From c8bfcc11f2bdc51cd83348a85a841e2d4872aed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 12 Feb 2019 21:22:34 +0100 Subject: [PATCH] Bump year --- About.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/About.py b/About.py index 7599645..42ea200 100644 --- a/About.py +++ b/About.py @@ -36,7 +36,7 @@ class AboutDlg(wx.Dialog):

-

© 2018 Marcel Stör. Licensed under MIT.

+

© 2019 Marcel Stör. Licensed under MIT.

@@ -65,6 +65,7 @@ class AboutDlg(wx.Dialog): def _get_bundle_dir(): # set by PyInstaller, see http://pyinstaller.readthedocs.io/en/v3.2/runtime-information.html if getattr(sys, 'frozen', False): + # noinspection PyUnresolvedReferences,PyProtectedMember return sys._MEIPASS else: return os.path.dirname(os.path.abspath(__file__))