"""Provides a way to drop the wx prefix from wxPython objects.""" __author__ = "Patrick K. O'Brien " __cvsid__ = "$Id$" __revision__ = "$Revision$"[11:-2] import wx from wx import prefix from wxPython.lib import grids prefix.rename(d_new=globals(), d_old=grids.__dict__) del grids del prefix del wx