cleaned up and fixed most cases of import related stuff, fixes #2

This commit is contained in:
David Halter
2012-09-12 21:36:16 +02:00
parent 139eb1d642
commit 119455c3b3
7 changed files with 105 additions and 54 deletions

View File

@@ -5,7 +5,7 @@ pylab.
#! ['module numpy']
import numpy
#! ['import random', 'module random']
#! ['module random']
import numpy.random
#? ['array2string']