print("import: 'bottleneck'") import bottleneck print("import: 'bottleneck.slow'") import bottleneck.slow print("import: 'bottleneck.tests'") import bottleneck.tests print("import: 'bottleneck.reduce'") import bottleneck.reduce print("import: 'bottleneck.nonreduce'") import bottleneck.nonreduce print("import: 'bottleneck.nonreduce_axis'") import bottleneck.nonreduce_axis print("import: 'bottleneck.move'") import bottleneck.move