Changeset f31815d in sasmodels
- Timestamp:
- Oct 9, 2018 6:29:04 PM (4 months ago)
- Branches:
- py3
- Children:
- b093c1c
- Parents:
- 7d97437
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kernelcl.py
re2592f0 rf31815d 59 59 from time import perf_counter as clock 60 60 except ImportError: # CRUFT: python < 3.3 61 import sys 61 62 if sys.platform.count("darwin") > 0: 62 63 from time import time as clock
Note: See TracChangeset
for help on using the changeset viewer.