commit | 093883a7e9dde98f142fc2d9d6f091696c066bdc | [log] [tgz] |
---|---|---|
author | Sapan <sapanb@cs.princeton.edu> | Wed Dec 03 14:51:01 2014 -0500 |
committer | Sapan <sapanb@cs.princeton.edu> | Wed Dec 03 14:51:01 2014 -0500 |
tree | c179d2f2a588eee3317db69100e1323d8cd65989 | |
parent | b5c7bcb09043547c97c3a13ec66520b41915f23b [diff] |
Workaround for a dependency issue
diff --git a/planetstack/dmdot b/planetstack/dmdot old mode 100644 new mode 100755 index f38650d..9e13df2 --- a/planetstack/dmdot +++ b/planetstack/dmdot
@@ -67,6 +67,7 @@ d[c.__name__].append(linked_class.__name__) except KeyError: d[c.__name__]=[linked_class.__name__] + d['NetworkDeployments'].append('SliceDeployments') print json.dumps(d,indent=4)