summaryrefslogtreecommitdiffstats
path: root/pyload/Core.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:27:12 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:27:12 +0200
commitc716dfbccd4ee7b210dcf91ee7eb18550b65bf2b (patch)
tree404fc20566a6dbd3639e59d310025e31e77e5011 /pyload/Core.py
parentUpdate pyload to the new plugins structure (diff)
downloadpyload-c716dfbccd4ee7b210dcf91ee7eb18550b65bf2b.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'pyload/Core.py')
-rw-r--r--pyload/Core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index 6b67f8984..e6337c334 100644
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -603,7 +603,7 @@ def deamon():
print >> sys.stderr, "fork #1 failed: %d (%s)" % (e.errno, e.strerror)
sys.exit(1)
- # decouple from parent environment
+ # decouple from parent environment
os.setsid()
os.umask(0)
@@ -646,6 +646,6 @@ def main():
pyload_core.removeLogger()
_exit(1)
-# And so it begins...
+# And so it begins...
if __name__ == "__main__":
main()