Skip to content

Commit

Permalink
removing commented code and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
RoDuth committed Oct 11, 2017
1 parent d2fe1fe commit cb51841
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bauble/connmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ def __init__(self, view=None):

from bauble import main_is_frozen
# Don't check for new versions if we are in a py2exe environment
# TODO: when we there is a place for them check for new windows
# installers (or patches?)
if main_is_frozen():
pass
else:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
'encodings', 'mako', 'mako.cache', 'pygments.styles.default',
'pyparsing'] + gtk_pkgs + plugins_pkgs + sqlalchemy_includes
py2exe_setup_args = {
#'console': ["scripts/ghini"],
'windows': [{'script': 'scripts/ghini',
'icon_resources': [(1, "bauble/images/icon.ico")]}]}
py2exe_options = {
Expand Down

0 comments on commit cb51841

Please sign in to comment.