-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed
cli.py
, fixed some package name casing, pardeep
now always …
…starts Qt GUI, removed `gui_tk.py`.
- Loading branch information
1 parent
0ff96bb
commit 549a5f9
Showing
6 changed files
with
19 additions
and
522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
import os,gui_qt,cli | ||
|
||
if __name__ == '__main__': | ||
if 'DISPLAY' in os.environ: | ||
gui_qt.main() | ||
else: | ||
cli.main() | ||
gui_qt.main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.