Skip to content

Commit

Permalink
Updated Python build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapiainen committed Feb 25, 2015
1 parent eeaedba commit e1b78aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildPackages.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
print(libraryfile)
libraryzip.write(libraryfile, os.path.relpath(libraryfile, os.path.split(libraryfile)[0]))
print("\nDone!")
time.sleep(2.0)
#time.sleep(2.0)
2 changes: 1 addition & 1 deletion BuildRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
print("No .sublime-package files in \"%s\"!" % inputdirectory)
else:
print("\"%s\" does not exist!" % inputdirectory)
time.sleep(2.0)
#time.sleep(2.0)

0 comments on commit e1b78aa

Please sign in to comment.