Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix PyQt import to qgis.pyQt in test_qgsnewgeopackagelayerdialog.py
  • Loading branch information
rouault authored and m-kuhn committed May 2, 2016
1 parent afdb6c7 commit 6173539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/python/test_qgsnewgeopackagelayerdialog.py
Expand Up @@ -18,9 +18,9 @@
import tempfile
import shutil

from PyQt.QtCore import QObject, QCoreApplication, QSettings, Qt, QEventLoop, QItemSelectionModel, QModelIndex
from PyQt.QtWidgets import QApplication, QWidget, QLineEdit, QDialogButtonBox, QTreeWidget, QComboBox, QPushButton, QToolButton
from PyQt.QtTest import QTest
from qgis.PyQt.QtCore import QObject, QCoreApplication, QSettings, Qt, QEventLoop, QItemSelectionModel, QModelIndex
from qgis.PyQt.QtWidgets import QApplication, QWidget, QLineEdit, QDialogButtonBox, QTreeWidget, QComboBox, QPushButton, QToolButton
from qgis.PyQt.QtTest import QTest

from qgis.core import QGis, QgsMapLayerRegistry
from qgis.gui import QgsNewGeoPackageLayerDialog
Expand Down

0 comments on commit 6173539

Please sign in to comment.