From 4d451e88258be10047a04d439e511e45e7672806 Mon Sep 17 00:00:00 2001 From: Vanhala Antti Date: Sun, 30 Mar 2014 15:36:06 +0300 Subject: [PATCH] Fix config file name --- mapper/makeGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapper/makeGraph.py b/mapper/makeGraph.py index 7288d23..03c6b96 100755 --- a/mapper/makeGraph.py +++ b/mapper/makeGraph.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from mapperconf_sh import * +from conf_sh import * import sys sys.path.append(cjdns_path + '/contrib/python/cjdnsadmin/') import adminTools as admin