diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-18 22:05:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-19 17:31:31 +0100 |
commit | d1b9eeab4f259e238906818018e93a6b161e02aa (patch) | |
tree | 769fd113b8c39607384496e318b08be396208b9c /bin | |
parent | 0f13f03a75900b1de6b3de79257c200626ebd12b (diff) |
sigh, need import sys
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index cf79a7936635..bad7a5424976 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -41,6 +41,7 @@ import feedparser import base64 import re import os, os.path +import sys import xmlrpclib from xml.dom import minidom from xml.sax.saxutils import escape |