summaryrefslogtreecommitdiffstats
path: root/store.py
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2020-11-05 16:43:16 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2020-11-05 16:43:16 +0100
commit7f66e5c211ced9bc0286b893b9a86534fe9ec43a (patch)
treed6c69db8b8c6a1bff67e21564662de2cb86c9c5b /store.py
parent3a7c90f683c1c29790c2033de02c501f76735aa9 (diff)
downloadtdde25-7f66e5c211ced9bc0286b893b9a86534fe9ec43a.tar.gz
initial dijkstra
Diffstat (limited to 'store.py')
-rw-r--r--store.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/store.py b/store.py
index 253087d..9e6d4f7 100644
--- a/store.py
+++ b/store.py
@@ -14,7 +14,6 @@ class Node:
parser = None # Have a global reusable parser object
-nodes = None
def add_neighbours(nodes):
@@ -36,7 +35,6 @@ def add_neighbours(nodes):
def extract_osm_nodes(f_name):
global parser
- global nodes
parser = get_default_parser(f_name)
nodes = dict()