summaryrefslogtreecommitdiff
path: root/jasper.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace JASPER_HOME with jasperpath.APP_PATH + os.pardirschneefux2014-09-191-12/+7
|
* Style fix for salutation in jasper.pyschneefux2014-09-161-1/+4
|
* Changed IOError logger message in jasper.pyschneefux2014-09-151-1/+1
|
* Use logging.getLogger(__name__) in jasper.pyschneefux2014-09-151-1/+1
|
* Remove redefinition of $LD_LIBRARY_PATH AND $PATHschneefux2014-09-151-11/+0
|
* Autodetection of JASPER_HOMEschneefux2014-09-151-8/+2
|
* Fix wrong argparser nameschneefux2014-09-151-1/+1
|
* Small cleanup in jasper.pyschneefux2014-09-121-5/+3
|
* make jasper a class and use loggingschneefux2014-09-121-64/+50
|
* Using argparse moduleschneefux2014-09-121-2/+11
|
* 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