Minor cosmetic touch-ups.

Removed some imports that are no longer needed.
This commit is contained in:
Andrew Resch 2008-02-22 22:36:31 +00:00
parent 80f11bff0f
commit 616dd6288a
1 changed files with 7 additions and 11 deletions

View File

@ -33,9 +33,7 @@
# statement from all source files in the program, then also delete it here.
import os.path
import pickle
import socket
import time
import gobject
@ -161,11 +159,9 @@ class BaseClient(object):
"set_torrent_max_connections", "set_torrent_max_upload_slots",
"set_torrent_max_upload_speed", "set_torrent_max_download_speed",
"set_torrent_private_flag", "set_torrent_file_priorities",
"block_ip_range",
"remove_torrent", "pause_torrent", "move_torrent" ,
"block_ip_range", "remove_torrent", "pause_torrent", "move_torrent",
"resume_torrent", "force_reannounce", "force_recheck",
"deregister_client","register_client",
"add_torrent_file"]
"deregister_client", "register_client", "add_torrent_file"]
def __init__(self):
self.core = _core