commit | 4cbe700a737d42603b19322a519fef5762021f37 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Oct 21 17:03:33 2015 +0200 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Oct 21 17:03:33 2015 +0200 |
tree | e33409131df0913b68fce001310634c6c71cdf80 | |
parent | 8dff67fbffbb87ec81226ce376bc42fbcf66ea4f [diff] |
Support adding apps to dependency map
diff --git a/xos/dmdot b/xos/dmdot index 124c7cf..f438aad 100755 --- a/xos/dmdot +++ b/xos/dmdot
@@ -22,7 +22,7 @@ if arg.startswith("-"): output = arg else: - apps = [arg] + apps+= [arg] model_classes = [] class_names = []