Fix typo in module name

This commit is contained in:
Sven Slootweg 2012-05-27 05:30:36 +02:00
parent 3fc0e8df20
commit 4282d9fef1

2
parse
View file

@ -1,6 +1,6 @@
#!/usr/bin/python
import os, argpars, hashlib, email, glob, sqlite3
import os, argparse, hashlib, email, glob, sqlite3
parser = argparse.ArgumentParser(description='Parses emails into an SQLite database, and optionally renders static HTML files.')