diff options
Diffstat (limited to 'sphinx/builders/versioning.py')
-rw-r--r-- | sphinx/builders/versioning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/versioning.py b/sphinx/builders/versioning.py index 6c2bccca4..f0646a829 100644 --- a/sphinx/builders/versioning.py +++ b/sphinx/builders/versioning.py @@ -7,7 +7,7 @@ :license: BSD, see LICENSE for details. """ import os -import pickle +import cPickle as pickle from docutils.utils import Reporter |