Changeset 3828 for trunk/testDeriv.py


Ignore:
Timestamp:
Feb 22, 2019 9:35:29 AM (4 years ago)
Author:
toby
Message:

fix cif export w/unused histogram; switch 3.x imports to pickle w/warn if _pickle not available; doc fixes; scriptable enhancements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testDeriv.py

    r3826 r3828  
    2828    import StringIO
    2929else:
    30     import _pickle as cPickle
     30    import pickle as cPickle
    3131    import io as StringIO
    3232import cProfile,pstats
Note: See TracChangeset for help on using the changeset viewer.