summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 16:06:02 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 16:06:02 +0200
commitce4afe8759909c533dfa5c3c500127c77e2ddd29 (patch)
tree391e82fd9da042639d07a0abaa95d1b0c208e094 /pyload/plugin/account
parentMove lib to lib/Python/Lib (diff)
downloadpyload-ce4afe8759909c533dfa5c3c500127c77e2ddd29.tar.xz
Fix EOL
Diffstat (limited to 'pyload/plugin/account')
-rw-r--r--pyload/plugin/account/NoPremiumPl.py2
-rw-r--r--pyload/plugin/account/RapideoPl.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugin/account/NoPremiumPl.py b/pyload/plugin/account/NoPremiumPl.py
index 0f5b16bb7..cbbc937b5 100644
--- a/pyload/plugin/account/NoPremiumPl.py
+++ b/pyload/plugin/account/NoPremiumPl.py
@@ -78,4 +78,4 @@ class NoPremiumPl(Account):
def runAuthQuery(self):
data = self._req.load(self._api_url, post=self.createAuthQuery())
- return data \ No newline at end of file
+ return data
diff --git a/pyload/plugin/account/RapideoPl.py b/pyload/plugin/account/RapideoPl.py
index 043657074..dddb22781 100644
--- a/pyload/plugin/account/RapideoPl.py
+++ b/pyload/plugin/account/RapideoPl.py
@@ -77,4 +77,4 @@ class RapideoPl(Account):
def runAuthQuery(self):
data = self._req.load(self._api_url, post=self.createAuthQuery())
- return data \ No newline at end of file
+ return data