[Python-modules-commits] [python-fs] 02/17: Update for wxPython 3.0

Jan Dittberner jandd at moszumanska.debian.org
Sun Jan 3 19:30:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

jandd pushed a commit to branch master
in repository python-fs.

commit 60307317b7de703eb1e9479be9e8f751b6693fa4
Author: Olly Betts <olly at survex.com>
Date:   Thu Oct 8 12:05:47 2015 -0700

    Update for wxPython 3.0
    
    Bug-Debian: https://bugs.debian.org/759054
    Forwarded: no
    Last-Update: 2014-09-13
    
    Patch-Name: wxpython3.0.patch
---
 fs/browsewin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/browsewin.py b/fs/browsewin.py
index 9ce44fe..4baaf9b 100644
--- a/fs/browsewin.py
+++ b/fs/browsewin.py
@@ -187,7 +187,7 @@ def browse(fs, hide_dotfiles=False):
 
     """
 
-    app = wx.PySimpleApp()
+    app = wx.App(False)
     frame = BrowseFrame(fs, hide_dotfiles=hide_dotfiles)
     frame.Show()
     app.MainLoop()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fs.git



More information about the Python-modules-commits mailing list