i like pie

This commit is contained in:
Zach Tibbitts 2007-09-14 18:29:57 +00:00
parent 7ad2b9ec6a
commit c1e4364c1d

View File

@ -302,7 +302,7 @@ class Manager:
#kill dbus on windows #kill dbus on windows
if platform.system() == "Windows": if platform.system() == "Windows":
import os import os
os.popen4('tskill.exe dbus-daemon-deluge.exe') os.popen4('tskill.exe dbus-daemon-deluge')
def pickle_state(self): def pickle_state(self):
# Pickle the state so if we experience a crash, the latest state is # Pickle the state so if we experience a crash, the latest state is