Move all business logic code under template folder
[oam.git] / code / network-generator / network_generation / model / python / geo_location.py
@@ -18,7 +18,7 @@
 A collection of TypeDefinitions for a geographical location
 """
 import math
-from model.python.point import Point
+from network_generation.model.python.point import Point
 
 
 class IGeoLocationData: