summaryrefslogtreecommitdiffstats
path: root/server/codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/codes.py')
-rwxr-xr-xserver/codes.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/codes.py b/server/codes.py
index dc0ceac..c549709 100755
--- a/server/codes.py
+++ b/server/codes.py
@@ -14,9 +14,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""
import exceptions
-import string
-import sys
-import traceback
class FuncException(exceptions.Exception):