diff options
author | 2014-04-11 12:23:00 +0200 | |
---|---|---|
committer | 2014-04-11 12:23:00 +0200 | |
commit | f7fb0220ae1be71afe8c64892dcaa8c1ea5a1469 (patch) | |
tree | 61bbf61f86bd42b401b2f16206c60224d1a81c03 /module/plugins/hoster/CatShareNet.py | |
parent | Fix HOSTER_NAME in XFileSharingPro plugins (diff) | |
download | pyload-f7fb0220ae1be71afe8c64892dcaa8c1ea5a1469.tar.xz |
Remove shebang #!/usr/bin/env python
Merges vuolter/pyload@1387ded
Diffstat (limited to 'module/plugins/hoster/CatShareNet.py')
-rw-r--r-- | module/plugins/hoster/CatShareNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/CatShareNet.py b/module/plugins/hoster/CatShareNet.py index e0a424b93..b7edc7687 100644 --- a/module/plugins/hoster/CatShareNet.py +++ b/module/plugins/hoster/CatShareNet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + # -*- coding: utf-8 -*- import re from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo |