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