We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a17ed10 commit a22e9d4Copy full SHA for a22e9d4
python/PyQt/PyQt4/uic.py
python/PyQt/PyQt4/uic/__init__.py
@@ -2,7 +2,7 @@
2
3
"""
4
***************************************************************************
5
- uic.py
+ __init__.py
6
---------------------
7
Date : February 2016
8
Copyright : (C) 2016 by Jürgen E. Fischer
@@ -23,4 +23,7 @@
23
# This will get replaced with a git SHA1 when you do a git archive
24
__revision__ = '$Format:%H$'
25
26
+from PyQt4.uic.Compiler import indenter, compiler
27
+from PyQt4.uic.objcreator import widgetPluginPath
28
+from PyQt4.uic import properties, uiparser, Compiler
29
from PyQt4.uic import *
0 commit comments