summarylogtreecommitdiffstats
path: root/0001-remove_appnope.patch
blob: 2a33233c6ab5d392701006d9fe24044552d2d309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- fsleyes/main.py	2018-06-07 17:54:21.000000000 +0200
+++ fsleyes/main.py	2018-06-10 21:23:53.541935866 +0200
@@ -31,7 +31,6 @@
 import            textwrap
 
 import wx
-import appnope
 
 from fsl.utils.platform import platform as fslplatform
 
@@ -375,7 +374,6 @@
     # already created the splash screen, so
     # all is well.
     wx.CallAfter(init, splash)
-    appnope.nope()
     app.MainLoop()
     shutdown()
     return exitCode[0]