From: Brian West Date: Fri, 20 Feb 2009 23:12:47 +0000 (+0000) Subject: get out of a pickle X-Git-Tag: v1.0.4~1890 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225d472bf9221b25fdbd3775a3460c990c90deab;p=thirdparty%2Ffreeswitch.git get out of a pickle git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12210 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/python/server.py b/libs/esl/python/server.py index bc2b4deb3f..deba5f2ab9 100644 --- a/libs/esl/python/server.py +++ b/libs/esl/python/server.py @@ -1,7 +1,6 @@ #!/usr/bin/env python import SocketServer -import pickle from ESL import * class ESLRequestHandler(SocketServer.BaseRequestHandler ):