Fix sys import in Secure XML-RPC

bzr revid: ced-86bd10709f1d72234dffd582b26450816cd4af32
This commit is contained in:
ced 2007-08-13 07:49:57 +00:00
parent 3a866edc4a
commit a3bad70291
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ This code is in the public domain and is
provided AS-IS WITH NO WARRANTY WHATSOEVER. provided AS-IS WITH NO WARRANTY WHATSOEVER.
""" """
import SocketServer import SocketServer
import os, socket import os, socket, sys
import SimpleXMLRPCServer import SimpleXMLRPCServer
from OpenSSL import SSL from OpenSSL import SSL