Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mattcieslak/MEAP
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Jul 21, 2018
2 parents 5ec4a79 + 1ca40ad commit db5724a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion COPYING.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MEAP version 1.1.0
MEAP version 1.5.3

Copyright (C) 2014 Matthew Cieslak and Will Ryan

Expand Down
2 changes: 2 additions & 0 deletions MEAPapp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
import multiprocessing
from meap.gui_tools import (MEAPView, VGroup, Item, ImageResource,
SplashScreen, meap_splash)
from time import time, sleep
Expand Down Expand Up @@ -51,6 +52,7 @@ def _configure_fired(self):
)

if __name__ == "__main__":
multiprocessing.freeze_support()
print "Welcome to MEAP!"
print "================"
print ""
Expand Down

0 comments on commit db5724a

Please sign in to comment.