Actions
Bug #204
closedclstoaligned.py contains an import *
Start date:
03/12/2010
Due date:
% Done:
0%
Estimated time:
Affected Version:
Show in known bugs:
Workaround:
Description
Instead of using 'from EMAN import *' can we switch to use 'import EMAN'
I started by changing the line:
b = EMData()
to:
b = EMAN.EMData()
Updated by Neil Voss over 14 years ago
Sorry, Gabe. I did not mean to accuse you of putting the import * in, but I do not know much about this file to test and see if it is working.
Actions