maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Fix broken import (from ocitysmap2 rename).


From: Manuel Fuhr
Subject: [Maposmatic-dev] [PATCH] Fix broken import (from ocitysmap2 rename).
Date: Thu, 10 May 2012 09:15:00 +0200

---
 ocitysmap/maplib/shapes.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ocitysmap/maplib/shapes.py b/ocitysmap/maplib/shapes.py
index fe915fd..13bbd93 100644
--- a/ocitysmap/maplib/shapes.py
+++ b/ocitysmap/maplib/shapes.py
@@ -182,7 +182,7 @@ class PolyShapeFile(_ShapeFile):
         return self
 
 if __name__ == "__main__":
-    from ocitysmap2 import coords
+    from ocitysmap import coords
 
     logging.basicConfig(level=logging.DEBUG)
     (LineShapeFile(coords.BoundingBox(44.4883, -1.0901, 44.4778, -1.0637),
-- 
1.7.10



reply via email to

[Prev in Thread] Current Thread [Next in Thread]