Changeset 3246 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Jan 28, 2018 8:56:19 PM (5 years ago)
Author:
toby
Message:

cif export: use sig for x,x,x positions etc; column order for seq table atom positions; misc Py3 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r3179 r3246  
    630630    '''
    631631    from IPython.core import ultratb
     632    # IPyBreak_base() # need fix below for Python3
    632633    if 'win' in sys.platform:
    633634        ultratb.FormattedTB(call_pdb=False,color_scheme='NoColor')(*args)
Note: See TracChangeset for help on using the changeset viewer.