Skip to content

Commit

Permalink
Fix tabwidget test for Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 9, 2016
1 parent b20d3b7 commit f2fa093
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/python/test_qgstabwidget.py
Expand Up @@ -17,10 +17,12 @@

import qgis # NOQA

from qgis.testing import unittest
from qgis.testing import unittest, start_app
from qgis.gui import QgsTabWidget
from qgis.PyQt.QtGui import QApplication, QWidget

start_app()


class TestQgsTabWidget(unittest.TestCase):

Expand Down

0 comments on commit f2fa093

Please sign in to comment.