change config name later
This commit is contained in:
@@ -29,7 +29,7 @@ from datetime import datetime
|
||||
|
||||
__version__='2.20180827'
|
||||
|
||||
FILECONFIG=".qalbum.config"
|
||||
FILECONFIG=".config"
|
||||
FILEDESC="descriptions.csv"
|
||||
FILEINFO="info.txt"
|
||||
SAVEDCONFIG="""attachments=boolean
|
||||
|
||||
@@ -49,7 +49,7 @@ excludepaths=re.compile('.med|.tn|\..*')
|
||||
doublequotes=re.compile('"')
|
||||
singlequotes=re.compile("'")
|
||||
stripquotes=re.compile('^"|"$')
|
||||
FILECONFIG=".qalbum.config"
|
||||
FILECONFIG=".config"
|
||||
FILEINFO="info.txt"
|
||||
FILEDESC="descriptions.csv"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user