diff options
author | Rob Austein <sra@hactrn.net> | 2014-01-11 00:59:59 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-01-11 00:59:59 +0000 |
commit | caeedc1f0876a4321158853c6aba76c0847999f3 (patch) | |
tree | ca995664edf14dcd1c16d472d76e9ea1d26782bb /scripts/analyze-rcynic-history.py | |
parent | 6bef581590d643b85d65a17080c281b14acf6c61 (diff) |
Even more getopt -> argparse. Clean up some old conversion scripts.
svn path=/trunk/; revision=5629
Diffstat (limited to 'scripts/analyze-rcynic-history.py')
-rw-r--r-- | scripts/analyze-rcynic-history.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/analyze-rcynic-history.py b/scripts/analyze-rcynic-history.py index 24a6524e..b72d0741 100644 --- a/scripts/analyze-rcynic-history.py +++ b/scripts/analyze-rcynic-history.py @@ -27,7 +27,6 @@ import mailbox import sys import urlparse import os -import getopt import datetime import subprocess import shelve |