commit | 96a797ac9ae0ccd1c45026d6f913c2d31393c4dc | [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 | b40da735a00aa337d99b7b89f5c992cea893f6aa [diff] [blame] |
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)