Changeset 5491


Ignore:
Timestamp:
Feb 3, 2023 10:57:06 AM (2 years ago)
Author:
toby
Message:

fix docs gen error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIplot.py

    r5475 r5491  
    121121import numpy.ma as ma
    122122import numpy.linalg as nl
     123import GSASIIpath
    123124# Don't depend on wx/matplotlib/scipy for scriptable; or for Sphinx docs
    124125try:
     
    140141    if GSASIIpath.GetConfigValue('debug'): print('error msg:',err)
    141142
    142 import GSASIIpath
    143143Clip_on = GSASIIpath.GetConfigValue('Clip_on',True)
    144144GSASIIpath.SetVersionNumber("$Revision$")
Note: See TracChangeset for help on using the changeset viewer.