From 4282d9fef1d055af5625ead3dae07d40dcb10952 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 27 May 2012 05:30:36 +0200 Subject: [PATCH] Fix typo in module name --- parse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse b/parse index 4f47171..6e5fc10 100755 --- a/parse +++ b/parse @@ -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.')