Changeset f31815d in sasmodels


Ignore:
Timestamp:
Oct 9, 2018 4:29:04 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
b093c1c
Parents:
7d97437
Message:

missing sys import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernelcl.py

    re2592f0 rf31815d  
    5959    from time import perf_counter as clock 
    6060except ImportError: # CRUFT: python < 3.3 
     61    import sys 
    6162    if sys.platform.count("darwin") > 0: 
    6263        from time import time as clock 
Note: See TracChangeset for help on using the changeset viewer.