/brz/remove-bazaar

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 bzr

  • Committer: John Arbash Meinel
  • Date: 2006-09-29 17:43:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2056.
  • Revision ID: john@arbash-meinel.com-20060929174315-796535c31fa0d121
Find python2.5 if 2.4 cannot be found

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
REINVOKE = "__BZR_REINVOKE"
34
34
NEED_VERS = (2, 4)
35
 
KNOWN_PYTHONS = ('python2.4',)
 
35
KNOWN_PYTHONS = ('python2.4', 'python2.5')
36
36
 
37
37
if version_info < NEED_VERS:
38
38
    if not os.environ.has_key(REINVOKE):