Moved bencode.py to the lib folder and changed the import in searcher.py

This commit is contained in:
rembo10
2012-06-26 00:01:23 +05:30
parent 02258a23d2
commit a8a3680806
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ import string
import headphones, exceptions
from headphones import logger, db, helpers, classes, sab
import bencode
import lib.bencode as bencode
class NewzbinDownloader(urllib.FancyURLopener):