Changeset 7417:7db04fcb81ab
- Timestamp:
- 11/24/07 23:37:45 (5 years ago)
- Branch:
- default
- Tags:
- 2.8.14
- File:
-
- 1 edited
-
sage/interfaces/gap.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/interfaces/gap.py
r7257 r7417 601 601 # that gap has been somehow upgraded). 602 602 if not os.path.exists(WORKSPACE) or os.path.getmtime(WORKSPACE) < os.path.getmtime(GAP_STAMP): 603 print "Automatically updating the cached Gap workspace:"604 print WORKSPACE603 #print "Automatically updating the cached Gap workspace:" 604 #print WORKSPACE 605 605 gap_reset_workspace(verbose=False) 606 606
Note: See TracChangeset
for help on using the changeset viewer.
