aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/addressbook/part7.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/addressbook/part7.py')
-rwxr-xr-xexamples/tutorials/addressbook/part7.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/addressbook/part7.py b/examples/tutorials/addressbook/part7.py
index 906cd91..2d5b87c 100755
--- a/examples/tutorials/addressbook/part7.py
+++ b/examples/tutorials/addressbook/part7.py
@@ -11,7 +11,7 @@
import pickle
-from PySide import QtCore, QtGui
+from PySide2 import QtCore, QtGui
class SortedDict(dict):