##// 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 try:
141 try:
142 import cPickle as pickle
142 import cPickle as pickle
143 pickle.dump # import now
143 except ImportError:
144 except ImportError:
144 import pickle
145 import pickle
145 import os
146 import os
General Comments 0
You need to be logged in to leave comments. Login now