Skip to content

Commit

Permalink
new try
Browse files Browse the repository at this point in the history
  • Loading branch information
darioflute committed Jul 14, 2017
1 parent f7741f4 commit e719503
Show file tree
Hide file tree
Showing 3 changed files with 782 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/fifimon
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
#!/usr/bin/env python
from fifimon import __main__
if __name__ == '__main__':
import sys
from fifimon import start

sys.exit(start.main())
Loading

0 comments on commit e719503

Please sign in to comment.