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/ConvertedMetainfo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'BitTorrent/ConvertedMetainfo.py') diff --git a/BitTorrent/ConvertedMetainfo.py b/BitTorrent/ConvertedMetainfo.py index 49eda7e..20a6fc8 100644 --- a/BitTorrent/ConvertedMetainfo.py +++ b/BitTorrent/ConvertedMetainfo.py @@ -17,8 +17,6 @@ import os import sys from sha import sha -from BitTorrent.obsoletepythonsupport import * - from BitTorrent.bencode import bencode from BitTorrent import btformats from BitTorrent import BTFailure, WARNING, ERROR -- cgit