From 90820126b4ba9a33fda263227901512770702950 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 23 Sep 2014 22:29:03 +0200 Subject: [PATCH] Update comment --- qutebrowser/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/app.py b/qutebrowser/app.py index 0abf62d48..e38e2eac3 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -55,7 +55,6 @@ class Application(QApplication): Attributes: registry: The object registry of global objects. meta_registry: The object registry of object registries. - mainwindow: The MainWindow QWidget. _args: ArgumentParser instance. _commandrunner: The main CommandRunner instance. _debugconsole: The ConsoleWidget for debugging.