From 222bd388a3cb86d5b589f46c0e661a0fa502c65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BCllhorst?= Date: Sun, 3 Apr 2016 13:14:51 +0200 Subject: [PATCH] Removed comments. Fixed minor issue. --- graph.py | 11 ----------- node.py | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/graph.py b/graph.py index c5ba268..7492ed0 100644 --- a/graph.py +++ b/graph.py @@ -141,17 +141,6 @@ class Graph: break else: results.update(v.getNodeCloud({})) -# noAuto = False -# for ksub,vsub in v.getNodeCloud({}).iteritems(): -# if not vsub.autoupdater or (branch and vsub.branch != branch): -# #break -# noAuto = True -# self.nodes_no_autoupdater[ksub] = vsub -# #else: -# if not noAuto: -# results.update(v.getNodeCloud({})) -# else: -# self.nodes_no_geo.update(v.getNodeCloud({})) print "Result:",len(results), region return results diff --git a/node.py b/node.py index 632de18..1fbe8ef 100644 --- a/node.py +++ b/node.py @@ -105,4 +105,4 @@ class Node(object): if result['cached'] == False: time.sleep(1) else: - self['geodata'] = None \ No newline at end of file + self.getodata = None \ No newline at end of file