Skip to content

Commit

Permalink
Remove app.py and use labelme/app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 25, 2018
1 parent 4217d9c commit 3051568
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions app.py

This file was deleted.

2 changes: 1 addition & 1 deletion labelme.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ block_cipher = None


a = Analysis(
['app.py'],
['labelme/app.py'],
pathex=['.'],
binaries=[],
datas=[
Expand Down
4 changes: 4 additions & 0 deletions labelme/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,3 +1245,7 @@ def main():
win.show()
win.raise_()
sys.exit(app.exec_())


if __name__ == '__main__':
main()

0 comments on commit 3051568

Please sign in to comment.