aboutsummaryrefslogtreecommitdiffstats
path: root/pyrcc
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2015-09-21 20:39:16 +0200
committerChristian Tismer <tismer@stackless.com>2015-09-21 20:39:16 +0200
commit7d3823d1cae8fd893d284a72dd603fdeed54eff6 (patch)
tree4ed2419ea4aac61134ceb22e4fa710092519bf1a /pyrcc
parent0da0cf77038efd52172216b4cdcd3f3d8c4ddda9 (diff)
no message
Diffstat (limited to 'pyrcc')
-rw-r--r--pyrcc/rcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyrcc/rcc.cpp b/pyrcc/rcc.cpp
index abdf2a9..68f3858 100644
--- a/pyrcc/rcc.cpp
+++ b/pyrcc/rcc.cpp
@@ -403,7 +403,7 @@ RCCResourceLibrary::writeHeader(FILE *out)
fprintf(out, "#\n");
fprintf(out, "# WARNING! All changes made in this file will be lost!\n");
fprintf(out, "\n");
- fprintf(out, "from PySide import QtCore\n\n");
+ fprintf(out, "from PySide2 import QtCore\n\n");
return true;
}