home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / GestionFichiers / metamorphose / metamorphose2_0.8.2_setup.exe / metamorphose2.exe / new.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2011-01-12  |  676b  |  18 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. from warnings import warnpy3k
  5. warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' module instead.", stacklevel = 2)
  6. del warnpy3k
  7. from types import ClassType as classobj
  8. from types import FunctionType as function
  9. from types import InstanceType as instance
  10. from types import MethodType as instancemethod
  11. from types import ModuleType as module
  12.  
  13. try:
  14.     from types import CodeType as code
  15. except ImportError:
  16.     pass
  17.  
  18.