summaryrefslogtreecommitdiffstats
path: root/pyload/manager/thread/ServerThread.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:36:47 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:36:47 +0100
commit3357cec34a81e5293fd848d4fa720d2aa87d800f (patch)
treeb3a5942dead71a1a3f43a38c9dfdeb89e4a33ade /pyload/manager/thread/ServerThread.py
parentFix with_statement (diff)
downloadpyload-3357cec34a81e5293fd848d4fa720d2aa87d800f.tar.xz
License cleanup
Diffstat (limited to 'pyload/manager/thread/ServerThread.py')
-rw-r--r--pyload/manager/thread/ServerThread.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyload/manager/thread/ServerThread.py b/pyload/manager/thread/ServerThread.py
index 0f3ed01ff..a8b95cd56 100644
--- a/pyload/manager/thread/ServerThread.py
+++ b/pyload/manager/thread/ServerThread.py
@@ -1,4 +1,7 @@
+# -*- coding: utf-8 -*-
+
from __future__ import with_statement
+
from os.path import exists
import os