diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-30 18:43:18 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-03 14:13:46 +0200 |
| commit | 5ce3b07d0bc52c06dc1b184a144e87bab22c1d5d (patch) | |
| tree | 80c74e48f69b9f6f90c073f75c90857764ca474b /jasper.py | |
| parent | 3098faceb232c0d2ea29fa98b01a6b9c6e474ff1 (diff) | |
| download | jasper-client-5ce3b07d0bc52c06dc1b184a144e87bab22c1d5d.tar.gz jasper-client-5ce3b07d0bc52c06dc1b184a144e87bab22c1d5d.zip | |
Remove chdir from jasper.py
We're now using absolute paths and don't need it anymore
Diffstat (limited to 'jasper.py')
| -rwxr-xr-x | jasper.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -28,9 +28,6 @@ if args.local: else: from client.mic import Mic -# Change CWD to jasperpath.LIB_PATH -os.chdir(jasperpath.LIB_PATH) - class Jasper(object): def __init__(self): self._logger = logging.getLogger(__name__) |
