Commit 19ece134 authored by Guido van Rossum's avatar Guido van Rossum

Add missing import of sys, needed for error logging in except clause

in load_class().  Found by pychecker.
parent e1dbb1bf
......@@ -11,6 +11,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
import sys
from cStringIO import StringIO
from cPickle import Unpickler, Pickler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment