From 0656c6f358edb67a5a57b5a24fb95facb6b603b3 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 12 Aug 2008 22:43:32 -0500 Subject: Get rid of the obsolete python support module. --- BitTorrent/Connecter.py | 1 - 1 file changed, 1 deletion(-) (limited to 'BitTorrent/Connecter.py') 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] -- cgit