Don't use the old wxPython namespace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-03 21:31:28 +00:00
parent 205d49f79e
commit 2fd34892c1
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import wx
import wx.lib.docview
import sys
import getopt
from wxPython.lib.rcsizer import RowColSizer
from wx.lib.rcsizer import RowColSizer
import os
import os.path
import time