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()
Actions