]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
get out of a pickle
authorBrian West <brian@freeswitch.org>
Fri, 20 Feb 2009 23:12:47 +0000 (23:12 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 20 Feb 2009 23:12:47 +0000 (23:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12210 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/python/server.py

index bc2b4deb3f4807db09ccfb6b52ed56962a2ffcca..deba5f2ab9ccb69b55025e8156149a8bcf752323 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/env python
 
 import SocketServer
-import pickle
 from ESL import *
 
 class ESLRequestHandler(SocketServer.BaseRequestHandler ):