diff --git a/couchpotato/core/downloaders/putioDownload.py b/couchpotato/core/downloaders/putioDownload.py index 4eaa24f8..bc27a665 100644 --- a/couchpotato/core/downloaders/putioDownload.py +++ b/couchpotato/core/downloaders/putioDownload.py @@ -2,6 +2,7 @@ from __future__ import with_statement import os import traceback import putio +import shutil from couchpotato.api import addApiView from couchpotato.core.event import addEvent