summaryrefslogtreecommitdiff
path: root/gstudio/urls/graphs.py
diff options
context:
space:
mode:
authorArun yadav <arunkumar5587@gmail.com>2012-05-09 16:46:57 +0530
committerArun yadav <arunkumar5587@gmail.com>2012-05-09 16:46:57 +0530
commitfe4a82b80954e4a4666afa71ab3161c8b824f9e9 (patch)
tree323a20001563644fead153a9debbc684a446a9c2 /gstudio/urls/graphs.py
parent7e02e008009c476c831d7dcda78db9bc22beb42e (diff)
parent6b77378be56f722d36459056b7d3083d1a422448 (diff)
downloadgnowsys-fe4a82b80954e4a4666afa71ab3161c8b824f9e9.tar.gz
merged with gn repository
Diffstat (limited to 'gstudio/urls/graphs.py')
-rw-r--r--gstudio/urls/graphs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/urls/graphs.py b/gstudio/urls/graphs.py
index bdba829d..4aa8c4b5 100644
--- a/gstudio/urls/graphs.py
+++ b/gstudio/urls/graphs.py
@@ -27,6 +27,6 @@ from gstudio.settings import ALLOW_FUTURE
urlpatterns = patterns(
'gstudio.views.graphs',
url(r'^graph_json/(?P<node_id>\d+)$','graph_json', name='graph_json_d3'),
- url(r'^graph/(?P<node_id>\d+)$','force_graph', name='force_graph_d3'),
url(r'^version_graph_json/(?P<ssid>\d+)$','version_graph_json', name='version_graph_d3'),
+ url(r'^graph/(?P<node_id>\d+)$','force_graph', name='force_graph_d3'),
)