With statement

This commit is contained in:
Ruud
2012-01-08 10:35:24 +01:00
parent 088d1e6a45
commit 187a874094
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
from __future__ import with_statement
from couchpotato.core.downloaders.base import Downloader
from couchpotato.core.logger import CPLog
import os

View File

@@ -1,3 +1,4 @@
from __future__ import with_statement
from couchpotato.api import addApiView
from couchpotato.core.event import addEvent, fireEvent
from couchpotato.core.helpers.encoding import isInt, toUnicode