Add missing docstring.

This commit is contained in:
Bastian Kleineidam 2011-12-25 09:00:30 +01:00
parent 1cafc3b8db
commit 176967365b

View file

@ -47,6 +47,8 @@ def sigint_handler(*args):
def main (argv=None):
"""Initialize the Qt application, handle commandline arguments
and show the main window."""
if argv is None:
argv = sys.argv
app = QApplication(argv)