Remove SQLite version number from output

This commit is contained in:
Sven Slootweg 2012-05-27 09:43:28 +02:00
parent 4272182f2e
commit 42e848fce9

1
parse
View file

@ -31,7 +31,6 @@ def get_charset(part):
else:
return "ascii"
print sqlite3.version
parser = argparse.ArgumentParser(description='Parses emails into an SQLite database, and optionally renders static HTML files.')
parser.add_argument('-p', '--pattern', dest='pattern', action='store', default='*',