summaryrefslogtreecommitdiffstats
path: root/BitTorrent/ConvertedMetainfo.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/ConvertedMetainfo.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/ConvertedMetainfo.py')
-rw-r--r--BitTorrent/ConvertedMetainfo.py2
1 files changed, 0 insertions, 2 deletions
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