diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:52:40 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:54:23 -0700 |
| commit | 2cc3ff395003eac98b1708c2579d4a544d28a703 (patch) | |
| tree | 07ac8f2a3f3454e57e2099d474b214de3f4bd3ae /boot/boot.py | |
| parent | 1744368ac1889fe0767f04d55e8f928553c8db1c (diff) | |
| download | jasper-client-2cc3ff395003eac98b1708c2579d4a544d28a703.tar.gz jasper-client-2cc3ff395003eac98b1708c2579d4a544d28a703.zip | |
Removed extra whitespace and unused import
Diffstat (limited to 'boot/boot.py')
| -rwxr-xr-x | boot/boot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.py b/boot/boot.py index 59217ec..456dd12 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -import os, json +import os +import json import urllib2 -import yaml import vocabcompiler |
