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
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.