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