We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.pdfgui_py3.cfg
1 parent 69692ad commit 7149c21Copy full SHA for 7149c21
src/diffpy/pdfgui/gui/pdfguiglobals.py
@@ -23,7 +23,7 @@
23
# Maximum number of files to be remembered
24
MAXMRU = 5
25
# The location of the configuration file
26
-configfilename = os.path.expanduser("~/.pdfgui.cfg")
+configfilename = os.path.expanduser("~/.pdfgui_py3.cfg")
27
# Project modification flag
28
isAltered = False
29
0 commit comments