summaryrefslogtreecommitdiffstats
path: root/BitTorrent/Connecter.py
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:43:32 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:43:32 -0500
commit0656c6f358edb67a5a57b5a24fb95facb6b603b3 (patch)
tree15245bd2a9d7876cb1975b5dde7a2c6f22ea7174 /BitTorrent/Connecter.py
parent590eadfa40bdc93dbe6876a641d5b91c8ea9db9c (diff)
downloadnohgooee-0656c6f358edb67a5a57b5a24fb95facb6b603b3.tar.gz
nohgooee-0656c6f358edb67a5a57b5a24fb95facb6b603b3.tar.xz
nohgooee-0656c6f358edb67a5a57b5a24fb95facb6b603b3.zip
Get rid of the obsolete python support module.
Diffstat (limited to 'BitTorrent/Connecter.py')
-rw-r--r--BitTorrent/Connecter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/BitTorrent/Connecter.py b/BitTorrent/Connecter.py
index 2d69a2d..33909ce 100644
--- a/BitTorrent/Connecter.py
+++ b/BitTorrent/Connecter.py
@@ -18,7 +18,6 @@ from struct import pack, unpack
from BitTorrent.RawServer_magic import Handler
from BitTorrent.bitfield import Bitfield
-from BitTorrent.obsoletepythonsupport import *
def toint(s):
return unpack("!i", s)[0]