aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2017-09-27 15:30:52 +0200
committerChristian Tismer <tismer@stackless.com>2017-09-27 13:36:37 +0000
commit12db01813276dd55c0bc33b584fa5c3da4823f11 (patch)
tree36ed1f73e21f05e54f5b9d2bd0d9fc8e233d78ac
parente186bef92c6cecd58ae8fde7a426bd34f1323eb4 (diff)
Fix a trivial typo in pyside2uic5.6
This is one of the forgotten renamings. Task-number: PYSIDE-517 Change-Id: I4d6ef46fb4bc13fa34fe9a6ae041759091be8802 Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--pyside2uic/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyside2uic/__init__.py.in b/pyside2uic/__init__.py.in
index 6e06e72..8c7247b 100644
--- a/pyside2uic/__init__.py.in
+++ b/pyside2uic/__init__.py.in
@@ -22,7 +22,7 @@
__all__ = ("compileUi", "compileUiDir", "widgetPluginPath")
-__version__ = "@pyside_tools_VERSION@"
+__version__ = "@pyside2_tools_VERSION@"
from pyside2uic.Compiler import indenter, compiler