summaryrefslogtreecommitdiff
path: root/yaksh/scripts/project_detail.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-02-02 23:33:43 +0530
committerPrabhu Ramachandran2017-02-02 23:39:38 +0530
commitb68884757c00a02886a41dcb29971f89354d9cd5 (patch)
treee7fc999176a2e4339a81c5e63c61353bb4897fed /yaksh/scripts/project_detail.py
parentfb0bd5ae57b4716c6c626c6393e2eadade6669fc (diff)
downloadonline_test-b68884757c00a02886a41dcb29971f89354d9cd5.tar.gz
online_test-b68884757c00a02886a41dcb29971f89354d9cd5.tar.bz2
online_test-b68884757c00a02886a41dcb29971f89354d9cd5.zip
Cleanup yaksh script: fixes #195.
- `yaksh create_demo` now just takes a path and there is no project name. - `yaksh run_demo` is now `yaksh run path_to_demo`. - This eliminates the need for the annoying `project_detail.py`, which is now removed. - Many demo projects can be created and run. - Update the README.
Diffstat (limited to 'yaksh/scripts/project_detail.py')
-rw-r--r--yaksh/scripts/project_detail.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yaksh/scripts/project_detail.py b/yaksh/scripts/project_detail.py
deleted file mode 100644
index 583e9f4..0000000
--- a/yaksh/scripts/project_detail.py
+++ /dev/null
@@ -1,2 +0,0 @@
-NAME = None
-PATH = None