Mercurial > hg > Feedworm
diff MainWindow.py @ 218:699d8f1cebd4
unify imports, especially Qt imports. Use consistent super syntax
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 27 Apr 2014 06:04:57 +0200 |
parents | bb3c851b18b1 |
children | 016c89dfd488 |
line wrap: on
line diff
--- a/MainWindow.py Sun Apr 27 05:33:34 2014 +0200 +++ b/MainWindow.py Sun Apr 27 06:04:57 2014 +0200 @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +import subprocess from AddFeed import AddFeed from DisplayModel import DisplayModel from FeedEntryItemDelegate import FeedEntryItemDelegate @@ -6,11 +7,8 @@ from FeedSettings import FeedSettings from PreferencesDialog import PreferencesDialog from PyQt4.QtCore import QUrl -from PyQt4.QtGui import QApplication -from PyQt4.QtGui import QMainWindow -from PyQt4.QtGui import QWidget +from PyQt4.QtGui import QApplication, QMainWindow, QWidget from Ui_MainWindow import Ui_MainWindow -import subprocess STATUS_MESSAGE_DISPLAY_MILLIS = 20000