jonathan: thuban/Thuban/UI projdialog.py,1.42,1.43

cvs@intevation.de cvs at intevation.de
Thu May 12 16:54:32 CEST 2005


Author: jonathan

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

Modified Files:
	projdialog.py 
Log Message:
Add missing import, which led to an exception when opening a layer's projection.


Index: projdialog.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/projdialog.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- projdialog.py	8 Feb 2005 20:34:29 -0000	1.42
+++ projdialog.py	12 May 2005 14:54:30 -0000	1.43
@@ -13,7 +13,7 @@
 # $Source$
 # $Id$
 
-import os
+import sys, os
 from wxPython.wx import *
 
 from Thuban import _





More information about the Thuban-devel mailing list

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