Skip to content

Commit

Permalink
disable console
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 28, 2017
1 parent f36bb79 commit 25f560b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor/PyCorrFit_win7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exe = EXE(pyz,
strip=None,
upx=True,
icon=ICO,
console=True)
console=False)

coll = COLLECT(exe,
a.binaries,
Expand Down
3 changes: 1 addition & 2 deletions pycorrfit/gui/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@

from distutils.version import LooseVersion # For version checking
import os
import simplejson
import tempfile
import traceback
import urllib2
import webbrowser


import simplejson
import wx.html
import wx.lib.delayedresult as delayedresult

Expand Down

0 comments on commit 25f560b

Please sign in to comment.