ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / py-bittorrent / BitTorrent-platform.py.patch
blob92ed9c940f00076c2411e81a24d9324d8a4f30c0
1 --- BitTorrent/platform.py.orig 2006-11-15 21:25:40.000000000 -0800
2 +++ BitTorrent/platform.py 2006-11-15 21:26:08.000000000 -0800
3 @@ -22,7 +22,7 @@
4 import tarfile
5 import traceback
7 -from BTL.platform import efs, efs2, get_filesystem_encoding
8 +from BTL.platform import efs, efs2, get_filesystem_encoding, encode_for_filesystem, decode_from_filesystem
10 # NOTE: intentionally appears in the file before importing anything
11 # from BitTorrent because it is called when setting --use_factory_defaults.