Changeset 33774 for trunk/ippToPsps
- Timestamp:
- Apr 12, 2012, 1:16:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/datastore.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/datastore.py
r33259 r33774 102 102 103 103 firstInt = int(first[1:]) 104 lastInt = int(last[1:]) 104 lastInt = int(last[1:]) + 1 105 105 106 106 for i in range(firstInt, lastInt):
Note:
See TracChangeset
for help on using the changeset viewer.
