-small code cleanup..

This commit is contained in:
martin 2011-07-12 17:39:15 -04:00
parent 1411987b01
commit 49c399b7a8
3 changed files with 13 additions and 17 deletions

View file

@ -115,12 +115,6 @@ if __name__ == '__main__':
signal.signal(signal.SIGINT, keyboardInterruptHandler)
#import daemonize
#daemonize.createDaemon()
#open("airtime.pid", "w").write(str(os.getpid()) + "\n")
#daemonize.drop_privileges("pypo", "pypo")
# initialize
g = Global()