Skip to content

Commit d29e393

Browse files
committed
fix missing import
1 parent 49baaec commit d29e393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIphsGUI2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
all others are in GSASIIphsGUI.py
77
'''
88
from __future__ import division, print_function
9-
#import platform
9+
import platform
1010
import os
1111
import wx
1212
import wx.grid as wg

0 commit comments

Comments
 (0)