From cf6cfc1954fffe90fd467563b3f8dbca850a832d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 1 Dec 2008 12:27:58 +0000 Subject: coderman's hack to make it not traceback on etch. nick should do a cleaner one if he likes. git-svn-id: file:///home/or/svnrepo/updater/trunk@17425 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- lib/thandy/ClientCLI.py | 1 + lib/thandy/ServerCLI.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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() -- cgit v1.2.3