Removed REVISION, makes no sense.

Import and use python psyco library to speed up if it's installed: it's optional.
This commit is contained in:
Bernardo Damele
2008-12-03 17:32:16 +00:00
parent e3ddbe751f
commit 0f07e33e1a
3 changed files with 8 additions and 4 deletions

View File

@@ -30,7 +30,6 @@ import sys
# sqlmap version and site
REVISION = "$Revision$"
VERSION = "0.6.3-rc3"
VERSION_STRING = "sqlmap/%s" % VERSION
SITE = "http://sqlmap.sourceforge.net"