summaryrefslogtreecommitdiff
path: root/jasper.py
Commit message (Collapse)AuthorAgeFilesLines
* Set JASPER_HOME before importing client modulesschneefux2014-09-111-13/+13
|
* Added test for vocabcompiler to `--light` tests and updated travis configschneefux2014-09-111-4/+3
|
* Moved all imports to the top and changed `--local` detectionschneefux2014-09-111-13/+8
|
* Add client folder to sys.pathschneefux2014-09-111-1/+4
| | | | Otherwise this would cause bugs in client.brain
* `sys.exit(1)` on startup errorschneefux2014-09-111-1/+1
|
* Move stdlib/3rd-party imports to the topschneefux2014-09-111-6/+4
|
* Remove printsschneefux2014-09-111-3/+1
|
* Move client/main.py to jasper.py and add client/main.py dummy script for ↵schneefux2014-09-111-0/+128
backwards compatibility