Skip to content

Commit f2563aa

Browse files
committed
change how CIF exporter is loaded for Seq_export. Addresses #191
1 parent 54aa3ae commit f2563aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GSASII/GSASIImiscGUI.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,8 @@ def ExportSequentialFullCIF(G2frame,seqData,Controls):
978978
'''Handles access to CIF exporter a bit differently for sequential fits, as this is
979979
not accessed via the usual export menus
980980
'''
981-
from exports import G2export_CIF
981+
from . import exports
982+
from GSASII.exports import G2export_CIF
982983
##################### debug code to reload exporter before each use ####
983984
#import importlib as imp
984985
#imp.reload(G2export_CIF)

0 commit comments

Comments
 (0)