summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfunc/utils.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/func/utils.py b/func/utils.py
index 891f459..77c5d3d 100755
--- a/func/utils.py
+++ b/func/utils.py
@@ -10,12 +10,9 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""
+import inspect
import os
import string
-import sys
-import traceback
-import socket
-import inspect
REMOTE_ERROR = "REMOTE_ERROR"