]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/globals.py
Moved the pending pos and size into wxWindowMSW
[wxWidgets.git] / wxPython / wx / tools / XRCed / globals.py
index 0a9ca2856a9372b3d577c28d590693493561e32f..18dae74e4a2093c024d71dc04e18742d89adc5f6 100644 (file)
@@ -4,16 +4,22 @@
 # Created:      02.12.2002
 # RCS-ID:       $Id$
 
+import wx
 from wxPython.wx import *
 from wxPython.xrc import *
+try:
+    from wxPython.wizard import *
+except:
+    pass
 import sys
 
 # Global constants
 
 progname = 'XRCed'
-version = '0.1.4-1'
+version = '0.1.5-2'
 # Can be changed to set other default encoding different
-defaultEncoding = sys.getdefaultencoding()
+#defaultEncoding = sys.getdefaultencoding()
+defaultEncoding = wx.GetDefaultPyEncoding()
 
 try:
     True