From 06052dcc24ca714bb05ec371ec156ae1eb51fffa Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Thu, 13 Nov 2008 17:37:05 -0500 Subject: remove unused imports and reorder remaining ones --- func/utils.py | 5 +---- 1 file changed, 1 insertion(+), 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" -- cgit