Changeset 3962 for trunk/GSASIIpath.py
- Timestamp:
- May 9, 2019 1:59:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIpath.py ΒΆ
r3960 r3962 779 779 global pdbBreak 780 780 pdbBreak = pdb.set_trace 781 global IPyBreak 782 IPyBreak = IPyBreak_base 781 try: 782 import IPython 783 global IPyBreak 784 IPyBreak = IPyBreak_base 785 except: 786 pass 783 787 784 788 def TestSPG(fpth):
Note: See TracChangeset
for help on using the changeset viewer.