Fix typo in module name

master
Sven Slootweg 12 years ago
parent 3fc0e8df20
commit 4282d9fef1

@ -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.')

Loading…
Cancel
Save