summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-06-01 14:40:06 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-08-25 19:24:42 +0200
commit33f0fc41bb8a8ff08432d91ebca7863d40b5c615 (patch)
tree3b337910378be79f6c0c5fb92219994b7f9c0ba9 /lib/thandy/ClientCLI.py
parent87721d4833478ea4f9c857553ea3e86e08b727b1 (diff)
Spelling fixes and import cleanup
Diffstat (limited to 'lib/thandy/ClientCLI.py')
-rw-r--r--lib/thandy/ClientCLI.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index e5b23e5..05d2cd8 100644
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -1,9 +1,8 @@
+import thandy.bt_compat
# Copyright 2008 The Tor Project, Inc. See LICENSE for licensing information.
import getopt
import logging
-import os
-import re
import sys
import time
import traceback