diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 14:45:31 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-30 14:45:31 +0100 |
| commit | 277c97091a6c837f03e694b42b7a818fdca2cf08 (patch) | |
| tree | 89422390bdec278af44c7d0886ed6e88e1432a17 | |
| parent | 0c55a8e7e3eada51d24c7bc74446ecf9c255505d (diff) | |
| download | jasper-client-277c97091a6c837f03e694b42b7a818fdca2cf08.tar.gz jasper-client-277c97091a6c837f03e694b42b7a818fdca2cf08.zip | |
Remove unused import from diagnose.py (Fixes #266)
| -rw-r--r-- | client/diagnose.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/diagnose.py b/client/diagnose.py index df12df7..47e07aa 100644 --- a/client/diagnose.py +++ b/client/diagnose.py @@ -12,7 +12,6 @@ else: from shutil import which as find_executable import pip.req -import pip.util import jasperpath logger = logging.getLogger(__name__) |
