Skip to content

Commit

Permalink
Replace depricated wx.PySimpleApp with wx.App(False)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Feb 6, 2014
1 parent fb9b817 commit 6aa377a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def check_for_updates(graphical=False):
"""Check for updates to scripts and executable."""
if graphical:
import wx
app = wx.PySimpleApp()
app = wx.App(False)

from retriever.app.splash import Splash
splash = Splash()
Expand Down

0 comments on commit 6aa377a

Please sign in to comment.