commit | 509db34ee50f5c2cad0b95b702c4868e63d7a68d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Aug 03 09:57:12 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Aug 03 09:57:12 2015 -0700 |
tree | f7df0fb21e9473284423ccc08b960f143dac730d | |
parent | 1f9d4511a6ada0d653c23ebe1046d9203a14312e [diff] |
rename execute.py to engine.py
diff --git a/xos/tosca/execute.py b/xos/tosca/engine.py similarity index 100% rename from xos/tosca/execute.py rename to xos/tosca/engine.py
diff --git a/xos/tosca/run.py b/xos/tosca/run.py index 492b12a..aa284e0 100644 --- a/xos/tosca/run.py +++ b/xos/tosca/run.py
@@ -12,7 +12,7 @@ django.setup() from core.models import User -from tosca.execute import XOSTosca +from tosca.engine import XOSTosca def main(): if len(sys.argv)<3: