summaryrefslogtreecommitdiff
path: root/lib/graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/graph.py')
-rw-r--r--lib/graph.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/graph.py b/lib/graph.py
index e9f03ba..25fc80c 100644
--- a/lib/graph.py
+++ b/lib/graph.py
@@ -45,10 +45,8 @@ import weakref
import numpy as np
# LOCAL
-#from . import great_circle_arc
-#from . import vector
-import great_circle_arc
-import vector
+from sphere import great_circle_arc
+from sphere import vector
# Set to True to enable some sanity checks
DEBUG = False