Skip to content

Commit 7149c21

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/pdfgui/gui/pdfguiglobals.py

+1-1
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)