get out of a pickle

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12210 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-20 23:12:47 +00:00
parent d9834b5295
commit 225d472bf9

View File

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