##// END OF EJS Templates
histedit: raise ImportError when demandloading is enabled
Simon Heimberg -
r19284:87bb5336 stable
parent child Browse files
Show More
@@ -140,6 +140,7 b' repo, you can add a ``--force`` option.'
140 140
141 141 try:
142 142 import cPickle as pickle
143 pickle.dump # import now
143 144 except ImportError:
144 145 import pickle
145 146 import os
General Comments 0
You need to be logged in to leave comments. Login now