bh: thuban/Thuban/UI multiplechoicedialog.py,1.1,1.2

cvs@intevation.de cvs at intevation.de
Mon Jun 14 12:15:05 CEST 2004


Author: bh

Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv8457/Thuban/UI

Modified Files:
	multiplechoicedialog.py 
Log Message:
(__version__): Add missing
import of wxPython.wx itself (as opposed to the contents of
wxPython.wx).  For some reason wxPython.wx is available as
wxPython.wx.wx in at least some 2.4 releases.  Fixes RT#2482
wrt. wxPython 2.4.


Index: multiplechoicedialog.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/multiplechoicedialog.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- multiplechoicedialog.py	12 Jun 2003 12:14:19 -0000	1.1
+++ multiplechoicedialog.py	14 Jun 2004 10:15:03 -0000	1.2
@@ -1,4 +1,4 @@
-# Copyright (c) 2003 by Intevation GmbH
+# Copyright (c) 2003, 2004 by Intevation GmbH
 # Authors:
 # Jan-Oliver Wagner <jan at intevation.de>
 #
@@ -17,6 +17,7 @@
 __version__ = "$Revision$"
 
 from wxPython.wx import *
+from wxPython import wx
 from wxPython.lib.layoutf import Layoutf
 
 class wxMultipleChoiceDialog(wx.wxDialog):





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)