diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-08-22 09:32:35 +0800 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-08-22 09:32:35 +0800 |
| commit | 0d4bb63b3727e44c973d167be0d82c4c062648f6 (patch) | |
| tree | 2cbdddfc90fef1c345582b576dd5c45da84f46d7 /boot/boot.py | |
| parent | 71ac7e8d50a3bc9ee814f334b938cda336377d4f (diff) | |
| download | jasper-client-0d4bb63b3727e44c973d167be0d82c4c062648f6.tar.gz jasper-client-0d4bb63b3727e44c973d167be0d82c4c062648f6.zip | |
Minor style fixes: removed unused imports, commented-out code, etc.
Diffstat (limited to 'boot/boot.py')
| -rwxr-xr-x | boot/boot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/boot.py b/boot/boot.py index 12b60eb..a8141cb 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -1,7 +1,6 @@ #!/usr/bin/env python import os -import json import urllib2 import sys |
