Sophie

Sophie

distrib > Mandriva > mes5 > i586 > by-pkgid > 9b33e8883a9ad53c31419e59ac6da0f2 > files > 2

python-enthought-traits-2.0.5-2mdv2009.0.src.rpm

import sys,new,os; p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('enthought',)); m = sys.modules.setdefault('enthought',new.module('enthought')); mp = (m or []) and m.__dict__.setdefault('__path__',[p]); (p not in mp) and mp.append(p);
import sys,new,os; p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('enthought', 'traits')); m = sys.modules.setdefault('enthought.traits',new.module('enthought.traits')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in mp) and mp.append(p); m and setattr(sys.modules['enthought'], 'traits', m)
import sys,new,os; p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('enthought', 'traits', 'ui')); m = sys.modules.setdefault('enthought.traits.ui',new.module('enthought.traits.ui')); mp = (m or []) and m.__dict__.setdefault('__path__',[]); (p not in mp) and mp.append(p); m and setattr(sys.modules['enthought.traits'], 'ui', m)