File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ class App:
4343 bug_url = "https://git.mirko.pm/brombinmirko/ElementaryPython/issues/labels/bug"
4444 help_url = "https://git.mirko.pm/brombinmirko/ElementaryPython/issues"
4545 translate_url = "https://git.mirko.pm/brombinmirko/ElementaryPython/blob/master/CONTRIBUTING.md"
46- about_authors = None # Mirko Brombin <brombinmirko@gmail.com>
47- about_documenters = None
4846 about_comments = application_description
4947 about_license_type = Gtk .License .GPL_3_0
5048
Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ def do_activate(self):
6464app .flags = Gio .ApplicationFlags .FLAGS_NONE
6565app .program_name = cn .App .application_name
6666app .build_version = cn .App .application_version
67- app .about_documenters = cn .App .about_documenters
68- app .about_authors = cn .App .about_authors
6967app .about_comments = cn .App .about_comments
7068app .app_years = cn .App .app_years
7169app .build_version = cn .App .application_version ;
You can’t perform that action at this time.
0 commit comments