Changes in / [c749266:676351f] in sasmodels


Ignore:
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernelcl.py

    r7841376 rda32ec3  
    3030try: 
    3131    import pyopencl as cl 
    32 except RuntimeError,exc: 
     32except ImportError,exc: 
    3333    warnings.warn(str(exc)) 
    3434    raise RuntimeError("OpenCL not available") 
Note: See TracChangeset for help on using the changeset viewer.