diff options
author | 2015-05-01 16:45:36 +0200 | |
---|---|---|
committer | 2015-05-01 16:45:36 +0200 | |
commit | 9ff63382d144732acb92cbe72ce7e58f5ac311a5 (patch) | |
tree | 929683b335743bb659c8f6afd84fdf8822f9ab7d /pyload/plugin/crypter/FilerNet.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-9ff63382d144732acb92cbe72ce7e58f5ac311a5.tar.xz |
Use 'import' instead 'from' (1)
Diffstat (limited to 'pyload/plugin/crypter/FilerNet.py')
-rw-r--r-- | pyload/plugin/crypter/FilerNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |