Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix PyQt.uic for use in processing
  • Loading branch information
jef-n committed Mar 19, 2016
1 parent a17ed10 commit a22e9d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
26 changes: 0 additions & 26 deletions python/PyQt/PyQt4/uic.py

This file was deleted.

5 changes: 4 additions & 1 deletion python/PyQt/PyQt4/uic/__init__.py
Expand Up @@ -2,7 +2,7 @@

"""
***************************************************************************
uic.py
__init__.py
---------------------
Date : February 2016
Copyright : (C) 2016 by Jürgen E. Fischer
Expand All @@ -23,4 +23,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.uic.Compiler import indenter, compiler
from PyQt4.uic.objcreator import widgetPluginPath
from PyQt4.uic import properties, uiparser, Compiler
from PyQt4.uic import *

0 comments on commit a22e9d4

Please sign in to comment.