Changeset 3447 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Jun 23, 2018 7:46:31 PM (5 years ago)
Author:
toby
Message:

fix seq ref constraint numbering bug; fix use if HAP vars in PSvars & equations; complete RepaintHistogramInfo? w/Py3 + misc Py3 fixes; improve initialization after project read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r3438 r3447  
    11991199            outfile = os.path.join(zloc, efil)
    12001200            fpin = z.open(zinfo[zindex])
    1201             fpout = file(outfile, "wb")
     1201            fpout = open(outfile, "wb")
    12021202            shutil.copyfileobj(fpin, fpout)
    12031203            fpin.close()
Note: See TracChangeset for help on using the changeset viewer.