summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/thandy/ClientCLI.py1
-rw-r--r--lib/thandy/ServerCLI.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index 3f73662..839889b 100644
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -8,6 +8,7 @@ import sys
import time
import traceback
+import thandy.keys
import thandy.formats
import thandy.util
from thandy.util import logCtrl
diff --git a/lib/thandy/ServerCLI.py b/lib/thandy/ServerCLI.py
index 98f55e1..aa39aa1 100644
--- a/lib/thandy/ServerCLI.py
+++ b/lib/thandy/ServerCLI.py
@@ -5,9 +5,9 @@ import sys
import getopt
import time
+import thandy.keys
import thandy.formats
import thandy.util
-import thandy.keys
json = thandy.util.importJSON()