To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
« back to all changes in this revision
Viewing changes to bzrlib/osutils.py
-
Committer:
Canonical.com Patch Queue Manager
-
Date:
2011-05-11 16:35:34 UTC
-
mfrom:
(5848.2.2 2.4-uses-py26)
-
Revision ID:
pqm@pqm.ubuntu.com-20110511163534-yz28ddqwa5cicukr
(jameinel) Finally break compatibility with python 2.4/5. bzr-2.4.0 will be
officially only compatible with python2.6/7 (John A Meinel)
Show diffs side-by-side
added
removed
56
# sha and md5 modules are deprecated in python2.6 but hashlib is available as
58
if sys.version_info < (2, 5):
59
import md5 as _mod_md5
61
import sha as _mod_sha