Changeset 5572 for trunk/GSASIIpy3.py
- Timestamp:
- May 9, 2023 9:43:48 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpy3.py
r5352 r5572 1 1 ''' 2 *GSASIIpy3: Python 3.x Routines* 3 ================================ 4 5 Module to hold python 3-compatible code, to keep it separate from 6 code that will break with __future__ options. 7 2 Python 3 specific routines follow. TODO: refactor this code into 3 :mod:`GSASIIfiles` 8 4 ''' 9 5 from __future__ import division, print_function
Note: See TracChangeset
for help on using the changeset viewer.