Skip to content

Commit 3439f24

Browse files
committed
Fix generator for windows
1 parent 001136b commit 3439f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugindevtools/PluginDevTools/PluginGenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from krita import *
2-
import uic
2+
from PyQt5 import uic
33
import re
44
import os
55
import subprocess

0 commit comments

Comments
 (0)