---
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