include create_destination

This commit is contained in:
Joel Kåberg 2013-03-01 14:21:39 +01:00
commit 4071a07c4a

View file

@ -3,6 +3,9 @@ import sys
import logging
from subprocess import call
from TorrentToMedia import create_destination
Logger = logging.getLogger()
# which() and os_platform() breaks when running in Transmission (has to do with os.environ)