Skip to content

Commit

Permalink
dbmanager: fix import (followup 956c155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 2, 2015
1 parent 128e5b3 commit ca459ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/db_manager/db_plugins/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
***************************************************************************/
"""

from PyQt4.QtCore import Qt, QTime, QRegExp
from PyQt4.QtGui import QAbstractTableModel, QFont, QStandardItemModel, QStandardItem, QApplication
from PyQt4.QtCore import Qt, QTime, QRegExp, QAbstractTableModel
from PyQt4.QtGui import QFont, QStandardItemModel, QStandardItem, QApplication

from .plugin import DbError

Expand Down

0 comments on commit ca459ee

Please sign in to comment.