From be1df32bd3faa571343913da7f88d6b40378b195 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 8 Sep 2014 01:16:38 +0200 Subject: New printer (windows compatible) --- pyload/cli/ManageFiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/cli/ManageFiles.py') diff --git a/pyload/cli/ManageFiles.py b/pyload/cli/ManageFiles.py index 6901e3731..335ea1ec1 100644 --- a/pyload/cli/ManageFiles.py +++ b/pyload/cli/ManageFiles.py @@ -20,8 +20,8 @@ from itertools import islice from time import time -from Handler import Handler -from printer import * +from pyload.cli.Handler import Handler +from pyload.utils.printer import * from pyload.api import Destination, PackageData -- cgit v1.2.3