Import proper xmlrpclib.

This commit is contained in:
Andrew Resch 2008-01-19 16:47:46 +00:00
parent b73dd60e6b
commit 7e03f82d73
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
# this exception statement from your version. If you delete this exception # this exception statement from your version. If you delete this exception
# statement from all source files in the program, then also delete it here. # statement from all source files in the program, then also delete it here.
import xmlrpclib import deluge.xmlrpclib as xmlrpclib
import socket import socket
import gobject import gobject