Use python range convention internally.
commit37ed6b4a1826de6980b73602b1083c12889e9d92
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Thu, 4 May 2006 08:12:11 +0000 (4 08:12 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Thu, 4 May 2006 08:12:11 +0000 (4 08:12 +0000)
tree9e93b6bd3120817a65f14b8f8b289276afc6dfed
parent911b192b7d3534c7ee0042a75b7b55527e00a3a2
Use python range convention internally.

* cvs2svn_lib/pass_manager.py (PassManager.run): Define local
  variables index_start and index_end using the Python index range
  convention, instead of using the start_pass and end_pass arguments
  directly.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@1967 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/pass_manager.py