Skip to content

Commit 712a8af

Browse files
committed
MNT: rename module .gui.Main --> .gui.main
1 parent 4597767 commit 712a8af

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/diffpy/pdfgui/applications/pdfgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def main():
113113
# bail out when no gui is needed
114114
if not proceed: sys.exit()
115115
# initialize gui
116-
import diffpy.pdfgui.gui.Main as guimain
116+
import diffpy.pdfgui.gui.main as guimain
117117
# Catch control errors, that may happen during project
118118
# loading, before the GUI gets running
119119
from diffpy.pdfgui.control.controlerrors import ControlError

0 commit comments

Comments
 (0)