new version, slide timer as float

This commit is contained in:
ville rantanen
2013-02-22 15:05:55 +02:00
parent b039f42c96
commit 04111dfbb7
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ from datetime import datetime
# (c) ville.rantanen@helsinki.fi
__version__='2.3'
__version__='2.4'
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)