summaryrefslogtreecommitdiff
path: root/paste/evalexception/evalcontext.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/evalexception/evalcontext.py')
-rw-r--r--paste/evalexception/evalcontext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/evalexception/evalcontext.py b/paste/evalexception/evalcontext.py
index dca2a97..dbd49fb 100644
--- a/paste/evalexception/evalcontext.py
+++ b/paste/evalexception/evalcontext.py
@@ -1,6 +1,6 @@
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
-from cStringIO import StringIO
+from six.moves import cStringIO as StringIO
import traceback
import threading
import pdb