Skip to content

Commit

Permalink
Bug fix. Wrong import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoandrade committed Apr 29, 2016
1 parent 4453178 commit 79361b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ServerTools/createView.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from PyQt4 import QtGui, uic, QtCore
from PyQt4.QtCore import pyqtSlot, Qt
from PyQt4.QtGui import QAbstractItemView, QApplication, QCursor, QMessageBox
from psycopg2.tests.testconfig import dbname
# DSGTools imports

FORM_CLASS, _ = uic.loadUiType(os.path.join(
Expand Down

0 comments on commit 79361b1

Please sign in to comment.