Skip to content

Commit 7149c21

Browse files
ENH: use .pdfgui_py3.cfg for py3.
1 parent 69692ad commit 7149c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diffpy/pdfgui/gui/pdfguiglobals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Maximum number of files to be remembered
2424
MAXMRU = 5
2525
# The location of the configuration file
26-
configfilename = os.path.expanduser("~/.pdfgui.cfg")
26+
configfilename = os.path.expanduser("~/.pdfgui_py3.cfg")
2727
# Project modification flag
2828
isAltered = False
2929

0 commit comments

Comments
 (0)