minor update

This commit is contained in:
Miroslav Stampar
2010-11-02 12:08:28 +00:00
parent 685a8e7d2c
commit 70f6eab715
9 changed files with 27 additions and 26 deletions

View File

@@ -42,7 +42,7 @@ class Fingerprint(GenericFingerprint):
value += "back-end DBMS: "
if not conf.extensiveFp:
value += "SQLite"
value += DBMS.SQLITE
return value
actVer = formatDBMSfp()