Import all code utils into the utils namespace.

This commit is contained in:
Rowan Cockett
2016-01-14 15:12:34 -08:00
parent 01b1122fcf
commit e15913cf84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def memProfileWrapper(towrap, *funNames):
For example::
foo_mem = memProfile(foo,'my_func')
foo_mem = memProfileWrapper(foo,['my_func'])
fooi = foo_mem()
for i in range(5):
fooi.my_func()