From 9ff63382d144732acb92cbe72ce7e58f5ac311a5 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 1 May 2015 16:45:36 +0200 Subject: Use 'import' instead 'from' (1) --- pyload/plugin/crypter/FilerNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugin/crypter/FilerNet.py') diff --git a/pyload/plugin/crypter/FilerNet.py b/pyload/plugin/crypter/FilerNet.py index 6ff4c279c..a57f2908a 100644 --- a/pyload/plugin/crypter/FilerNet.py +++ b/pyload/plugin/crypter/FilerNet.py @@ -1,4 +1,4 @@ -import re +# -*- coding: utf-8 -*- from pyload.plugin.internal.SimpleCrypter import SimpleCrypter -- cgit v1.2.3