commit | 2e3d03b43fd3050c9e86c823beb1e7b961c3665e | [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 | db92e3818e9dac883288bf24e04d64a5d94054ac [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 = []