diff options
Diffstat (limited to 'pyload/manager/thread/ServerThread.py')
-rw-r--r-- | pyload/manager/thread/ServerThread.py | 3 |
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 |