summaryrefslogtreecommitdiffstats
path: root/BitTorrent/Connecter.py
diff options
context:
space:
mode:
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]