A huge glob of changes in the 2.4 branch merged over to HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import encode_bitmaps
|
||||
_rename(globals(), encode_bitmaps.__dict__, modulename='tools.XRCed.encode_bitmaps')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import globals
|
||||
_rename(globals(), globals.__dict__, modulename='tools.XRCed.globals')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import images
|
||||
_rename(globals(), images.__dict__, modulename='tools.XRCed.images')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import panel
|
||||
_rename(globals(), panel.__dict__, modulename='tools.XRCed.panel')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import params
|
||||
_rename(globals(), params.__dict__, modulename='tools.XRCed.params')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import tools
|
||||
_rename(globals(), tools.__dict__, modulename='tools.XRCed.tools')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import tree
|
||||
_rename(globals(), tree.__dict__, modulename='tools.XRCed.tree')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import undo
|
||||
_rename(globals(), undo.__dict__, modulename='tools.XRCed.undo')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import xrced
|
||||
_rename(globals(), xrced.__dict__, modulename='tools.XRCed.xrced')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools.XRCed import xxx
|
||||
_rename(globals(), xxx.__dict__, modulename='tools.XRCed.xxx')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools import dbg
|
||||
_rename(globals(), dbg.__dict__, modulename='tools.dbg')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools import helpviewer
|
||||
_rename(globals(), helpviewer.__dict__, modulename='tools.helpviewer')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools import img2img
|
||||
_rename(globals(), img2img.__dict__, modulename='tools.img2img')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools import img2png
|
||||
_rename(globals(), img2png.__dict__, modulename='tools.img2png')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools import img2py
|
||||
_rename(globals(), img2py.__dict__, modulename='tools.img2py')
|
||||
|
@@ -1,9 +1,6 @@
|
||||
|
||||
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
|
||||
|
||||
__cvsid__ = "$Id$"
|
||||
__revision__ = "$Revision$"[11:-2]
|
||||
|
||||
from wx import _rename
|
||||
from wxPython.tools import img2xpm
|
||||
_rename(globals(), img2xpm.__dict__, modulename='tools.img2xpm')
|
||||
|
Reference in New Issue
Block a user