~doctormo/processmonitor/project-fixes

« back to all changes in this revision

Viewing changes to bin/bin

  • Committer: Tim Konick
  • Date: 2013-01-16 01:19:37 UTC
  • Revision ID: konick781@gmail.com-20130116011937-8wdpaggx8sd1ed28
restructure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
import --> all the lib files
 
3
 
 
4
def main():
 
5
    do lib_mod init
 
6
 
 
7
 
 
8
if __name__ == '__main__':
 
9
    with daemon.DaemonContext():
 
10
        main()
 
11
        gobject.MainLoop().run()
 
12