~ubuntu-branches/ubuntu/natty/python-support/natty

« back to all changes in this revision

Viewing changes to pysupport.py

  • Committer: Loïc Minier
  • Date: 2009-11-18 19:55:19 UTC
  • mfrom: (1.1.4 squeeze)
  • Revision ID: lool@dooz.org-20091118195519-sl55a7kecnh0oa6b
Tags: 1.0.4ubuntu1
* Merge from debian unstable, remaining changes:
  - Move python2.4 and 2.5 to oldversions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        for ver in py_supported_short:
33
33
          try:
34
34
            if version_cmp(ver,v[0]) >= 0 and version_cmp(ver,v[1]) <= 0:
35
 
              self.verlist.append(ver)
 
35
              self.verlist.append(ver)
36
36
          except ValueError:
37
37
            pass
38
38
      else: