summaryrefslogtreecommitdiff
path: root/sphinx/websupport/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/websupport/__init__.py')
-rw-r--r--sphinx/websupport/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/websupport/__init__.py b/sphinx/websupport/__init__.py
index 0e9131d0..4cdedc0d 100644
--- a/sphinx/websupport/__init__.py
+++ b/sphinx/websupport/__init__.py
@@ -10,12 +10,11 @@
"""
import sys
-import cPickle as pickle
import posixpath
from os import path
+from six.moves import cPickle as pickle
from jinja2 import Environment, FileSystemLoader
-
from docutils.core import publish_parts
from sphinx.application import Sphinx