From 100308a33aaae0efaa731e8cff1293fb1039e7b2 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Thu, 3 Apr 2014 13:07:33 -0400 Subject: [PATCH] Add pyuic5 script (missing on ubuntu) --- tools/pyuic5 | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tools/pyuic5 diff --git a/tools/pyuic5 b/tools/pyuic5 new file mode 100755 index 00000000..628cc2f8 --- /dev/null +++ b/tools/pyuic5 @@ -0,0 +1,2 @@ +#!/usr/bin/python3 +import PyQt5.uic.pyuic