Allow starting from main.py again

This commit is contained in:
Michael Spang 2007-12-10 02:02:07 -05:00
parent d091a86fb5
commit 0b805c08a4
1 changed files with 2 additions and 1 deletions

View File

@ -160,4 +160,5 @@ def start(uid, gid):
ui.run_wrapper( run )
if __name__ == '__main__':
start()
import os
start(os.getuid(), os.getgid())