This commit was manufactured by cvs2svn to create tag
'DEBIAN_2_4_3_1_SARGE_v_2_4_2_4'. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/DEBIAN_2_4_3_1_SARGE_v_2_4_2_4@34395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
11
wxPython/wx/py/PyAlaCarte.py
Normal file
11
wxPython/wx/py/PyAlaCarte.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import PyAlaCarte
|
||||
_rename(globals(), PyAlaCarte.__dict__, modulename='py.PyAlaCarte')
|
||||
del PyAlaCarte
|
||||
del _rename
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
11
wxPython/wx/py/PyAlaMode.py
Normal file
11
wxPython/wx/py/PyAlaMode.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import PyAlaMode
|
||||
_rename(globals(), PyAlaMode.__dict__, modulename='py.PyAlaMode')
|
||||
del PyAlaMode
|
||||
del _rename
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
11
wxPython/wx/py/PyCrust.py
Normal file
11
wxPython/wx/py/PyCrust.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import PyCrust
|
||||
_rename(globals(), PyCrust.__dict__, modulename='py.PyCrust')
|
||||
del PyCrust
|
||||
del _rename
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
11
wxPython/wx/py/PyFilling.py
Normal file
11
wxPython/wx/py/PyFilling.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import PyFilling
|
||||
_rename(globals(), PyFilling.__dict__, modulename='py.PyFilling')
|
||||
del PyFilling
|
||||
del _rename
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
11
wxPython/wx/py/PyShell.py
Normal file
11
wxPython/wx/py/PyShell.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import PyShell
|
||||
_rename(globals(), PyShell.__dict__, modulename='py.PyShell')
|
||||
del PyShell
|
||||
del _rename
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
11
wxPython/wx/py/PyWrap.py
Normal file
11
wxPython/wx/py/PyWrap.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import PyWrap
|
||||
_rename(globals(), PyWrap.__dict__, modulename='py.PyWrap')
|
||||
del PyWrap
|
||||
del _rename
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
3
wxPython/wx/py/__init__.py
Normal file
3
wxPython/wx/py/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Py is really located in the old namespace, but it doesn't need any
|
||||
# renaming done.
|
||||
from wxPython.py import *
|
8
wxPython/wx/py/buffer.py
Normal file
8
wxPython/wx/py/buffer.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import buffer
|
||||
_rename(globals(), buffer.__dict__, modulename='py.buffer')
|
||||
del buffer
|
||||
del _rename
|
8
wxPython/wx/py/crust.py
Normal file
8
wxPython/wx/py/crust.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import crust
|
||||
_rename(globals(), crust.__dict__, modulename='py.crust')
|
||||
del crust
|
||||
del _rename
|
8
wxPython/wx/py/dispatcher.py
Normal file
8
wxPython/wx/py/dispatcher.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import dispatcher
|
||||
_rename(globals(), dispatcher.__dict__, modulename='py.dispatcher')
|
||||
del dispatcher
|
||||
del _rename
|
8
wxPython/wx/py/document.py
Normal file
8
wxPython/wx/py/document.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import document
|
||||
_rename(globals(), document.__dict__, modulename='py.document')
|
||||
del document
|
||||
del _rename
|
8
wxPython/wx/py/editor.py
Normal file
8
wxPython/wx/py/editor.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import editor
|
||||
_rename(globals(), editor.__dict__, modulename='py.editor')
|
||||
del editor
|
||||
del _rename
|
8
wxPython/wx/py/editwindow.py
Normal file
8
wxPython/wx/py/editwindow.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import editwindow
|
||||
_rename(globals(), editwindow.__dict__, modulename='py.editwindow')
|
||||
del editwindow
|
||||
del _rename
|
8
wxPython/wx/py/filling.py
Normal file
8
wxPython/wx/py/filling.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import filling
|
||||
_rename(globals(), filling.__dict__, modulename='py.filling')
|
||||
del filling
|
||||
del _rename
|
8
wxPython/wx/py/frame.py
Normal file
8
wxPython/wx/py/frame.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import frame
|
||||
_rename(globals(), frame.__dict__, modulename='py.frame')
|
||||
del frame
|
||||
del _rename
|
8
wxPython/wx/py/images.py
Normal file
8
wxPython/wx/py/images.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import images
|
||||
_rename(globals(), images.__dict__, modulename='py.images')
|
||||
del images
|
||||
del _rename
|
8
wxPython/wx/py/interpreter.py
Normal file
8
wxPython/wx/py/interpreter.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import interpreter
|
||||
_rename(globals(), interpreter.__dict__, modulename='py.interpreter')
|
||||
del interpreter
|
||||
del _rename
|
8
wxPython/wx/py/introspect.py
Normal file
8
wxPython/wx/py/introspect.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import introspect
|
||||
_rename(globals(), introspect.__dict__, modulename='py.introspect')
|
||||
del introspect
|
||||
del _rename
|
8
wxPython/wx/py/pseudo.py
Normal file
8
wxPython/wx/py/pseudo.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import pseudo
|
||||
_rename(globals(), pseudo.__dict__, modulename='py.pseudo')
|
||||
del pseudo
|
||||
del _rename
|
8
wxPython/wx/py/shell.py
Normal file
8
wxPython/wx/py/shell.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import shell
|
||||
_rename(globals(), shell.__dict__, modulename='py.shell')
|
||||
del shell
|
||||
del _rename
|
8
wxPython/wx/py/version.py
Normal file
8
wxPython/wx/py/version.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.py import version
|
||||
_rename(globals(), version.__dict__, modulename='py.version')
|
||||
del version
|
||||
del _rename
|
Reference in New Issue
Block a user