Skip to content

Commit d3e53b9

Browse files
committed
convert k-vec cython import to relative as per #157
1 parent 306bd43 commit d3e53b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/k_vector_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
G2fil.NeededPackage({'magnetic k-vector search':['seekpath']})
4242
gen_option_avail = False
4343
try:
44-
from GSASII.kvec_general. import parallel_proc
44+
from GSASII.kvec_general import parallel_proc
4545
except ModuleNotFoundError:
4646
gen_option_avail = False
4747

0 commit comments

Comments
 (0)