summaryrefslogtreecommitdiffstats
path: root/pyload/Core.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/Core.py')
-rwxr-xr-xpyload/Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index 0de19abbf..2230b3fed 100755
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -174,7 +174,7 @@ class Core(object):
def deletePidFile(self):
if self.checkPidFile():
self.log.debug("Deleting old pidfile %s" % self.pidfile)
- os.reshutil.move(self.pidfile)
+ os.remove(self.pidfile)
def checkPidFile(self):