1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-07 22:34:18 +01:00

Code separation, added wicd-gtk script

This commit is contained in:
David Paleino
2010-01-02 12:07:46 +01:00
parent 87d1eee5d0
commit a92af3a198
13 changed files with 64 additions and 34 deletions

View File

@@ -1790,7 +1790,7 @@ def main(argv):
daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
if not no_poll:
child_pid = Popen([misc.find_path("python"), "-O",
os.path.join(wpath.lib, "monitor.py")],
os.path.join(wpath.lib, "daemon", "monitor.py")],
shell=False, close_fds=True).pid
atexit.register(on_exit, child_pid)