/usr/lib64/python2.6/site-packages/mx
NameSizeModeActions
BeeBase/-0755rm
DateTime/-0755rm
Misc/-0755rm
Proxy/-0755rm
Queue/-0755rm
Stack/-0755rm
TextTools/-0755rm
Tools/-0755rm
UID/-0755rm
URL/-0755rm
Log.py230780644editdlrm
Log.pyc226590644editdlrm
Log.pyo226590644editdlrm
NewBuiltins.py4540644editdlrm
NewBuiltins.pyc6320644editdlrm
NewBuiltins.pyo6320644editdlrm
__init__.py11430644editdlrm
__init__.pyc9800644editdlrm
__init__.pyo9800644editdlrm
Edit: /usr/lib64/python2.6/site-packages/mx/__init__.py (1143B)
""" mx Extension Series for Python Copyright (c) 1998-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com Copyright (c) 2000-2008, eGenix.com Software GmbH; mailto:info@egenix.com See the documentation for further information on copyrights, or contact the author. All Rights Reserved. IMPORTANT: The subpackages included in the mx Extension series may have different license terms imposed on them. Be sure to read the documentation of each subpackage *before* using them. """ # eGenix mx Extension Series version number # # This is always the same as the eGenix mx Base distribution version # number. Note: The subpackages have their own versions. __version__ = '3.1.1' # Copyright notice string __copyright__ = """\ Copyright (c) 1998-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com Copyright (c) 2000-2008, eGenix.com Software GmbH; mailto:info@egenix.com See the documentation for further information on copyrights, or contact the author. All Rights Reserved. """ ### Lazy import subpackages #from mx.Misc import LazyModule #ISO = LazyModule.LazyModule('ISO',locals(),globals()) #del LazyModule