File: wxpython3.0.patch

package info (click to toggle)
python-fs 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,228 kB
  • ctags: 2,394
  • sloc: python: 17,080; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Update for wxPython 3.0
Author: Olly Betts <olly@survex.com>
Bug-Debian: https://bugs.debian.org/759054
Forwarded: no
Last-Update: 2014-09-13

--- python-fs-0.4.0.orig/fs/browsewin.py
+++ python-fs-0.4.0/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()