[Thuban-commits] r2804 - in trunk/thuban: . Thuban/Model Thuban/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jan 9 01:34:39 CET 2008


Author: bernhard
Date: 2008-01-09 01:34:37 +0100 (Wed, 09 Jan 2008)
New Revision: 2804

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Thuban/Model/layer.py
   trunk/thuban/Thuban/UI/viewport.py
Log:
* Thuban/Model/layer.py, Thuban/UI/viewport.py: removed unused import
of  point_in_polygon_shape.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2008-01-09 00:21:05 UTC (rev 2803)
+++ trunk/thuban/ChangeLog	2008-01-09 00:34:37 UTC (rev 2804)
@@ -1,3 +1,8 @@
+2008-01-09   Bernhard Reiter <bernhard at intevation.de>
+
+	* Thuban/Model/layer.py, Thuban/UI/viewport.py: removed unused import
+	of  point_in_polygon_shape.
+
 2008-01-08   Bernhard Reiter <bernhard at intevation.de>
 
 	* libraries/thuban/wxproj.cpp(project_points): made function robust

Modified: trunk/thuban/Thuban/Model/layer.py
===================================================================
--- trunk/thuban/Thuban/Model/layer.py	2008-01-09 00:21:05 UTC (rev 2803)
+++ trunk/thuban/Thuban/Model/layer.py	2008-01-09 00:34:37 UTC (rev 2804)
@@ -12,7 +12,7 @@
 import os
 import warnings
 
-from wxproj import point_in_polygon_shape, shape_centroid
+from wxproj import shape_centroid
 
 from Thuban import _
 

Modified: trunk/thuban/Thuban/UI/viewport.py
===================================================================
--- trunk/thuban/Thuban/UI/viewport.py	2008-01-09 00:21:05 UTC (rev 2803)
+++ trunk/thuban/Thuban/UI/viewport.py	2008-01-09 00:34:37 UTC (rev 2804)
@@ -18,7 +18,7 @@
 import sys
 from math import hypot
 
-from wxproj import point_in_polygon_shape, shape_centroid
+from wxproj import shape_centroid
 
 from Thuban.Model.messages import MAP_PROJECTION_CHANGED, \
      LAYER_PROJECTION_CHANGED, TITLE_CHANGED, \



More information about the Thuban-commits mailing list