From 2ea407a4b709dc2b383681d8db50323b52dc9e29 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Wed, 30 May 2012 17:15:04 +0300 Subject: [PATCH] final version before moving to jquery --- Qalbum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qalbum.py b/Qalbum.py index 16ab702..c936356 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -26,7 +26,7 @@ from datetime import datetime # (c) ville.rantanen@helsinki.fi -__version__='1.9' +__version__='1.10' webfilesearch=re.compile('.*index.html$|gallerystyle.css$|galleryscript.js$|descriptions.csv$|^info.txt$|\..*',re.I) imagesearch=re.compile('.*\.jpg$|.*\.jpeg$|.*\.gif$|.*\.png$|.*\.svg$|.*\.pdf$',re.I)