From 49e10772b211dfd5bdf71e42a3e2670ddf07e0a3 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Fri, 29 Jun 2012 10:27:54 +0300 Subject: [PATCH] Switched to version 2.0 --- Qalbum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qalbum.py b/Qalbum.py index fa1ccd3..2527e97 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -26,7 +26,7 @@ from datetime import datetime # (c) ville.rantanen@helsinki.fi -__version__='1.10' +__version__='2.0' 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)