Done with previous refactoring

This commit is contained in:
Bernardo Damele
2011-01-20 00:01:06 +00:00
parent 701947490b
commit 50c02fbb37
8 changed files with 14 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ class Fingerprint(GenericFingerprint):
value += DBMS.MAXDB
return value
actVer = formatDBMSfp() + " (%s)" % self.__versionCheck()
actVer = format.getDbms() + " (%s)" % self.__versionCheck()
blank = " " * 15
value += "active fingerprint: %s" % actVer