Make some changes for Python 3

This commit is contained in:
Mika Fischer
2011-06-24 09:15:40 +02:00
parent 533ab0300b
commit ce8ed5243b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#pyuic4 pylabel.ui > ui_pylabel.py
pyrcc4 -o ../sloth/gui/qrc_icons.py ../sloth/gui/icons.qrc
pyrcc4 -py3 -o ../sloth/gui/qrc_icons.py ../sloth/gui/icons.qrc