The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 9bd38fc362ba9e8daab09c4896419ffd7c69404e (commit) from a9c1054eeee6dd7f65d43eef3c6b138b108b9cd9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: bb_setup.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bb_setup.py The diff of changes is: diff --git a/bb_setup.py b/bb_setup.py deleted file mode 100644 index 8dfa7d3..0000000 --- a/bb_setup.py +++ /dev/null @@ -1,15 +0,0 @@ -# bb_setup2.py -from bbfreeze import Freezer - -includes = [] -excludes = ['_gtkagg', '_tkagg', 'bsddb', 'curses', 'email', 'pywin.debugger', - 'pywin.debugger.dbgcon', 'pywin.dialogs', 'tcl', - 'Tkconstants', 'Tkinter'] - -bbFreeze_Class = Freezer('dist', includes=includes, excludes=excludes) - -bbFreeze_Class.addScript("pyhoca-gui", gui_only=True) - -bbFreeze_Class.use_compression = 0 -bbFreeze_Class.include_py = True -bbFreeze_Class() hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).