From d1b9eeab4f259e238906818018e93a6b161e02aa Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 18 Apr 2012 22:05:29 +0100 Subject: sigh, need import sys --- bin/get-bugzilla-attachments-by-mimetype | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/get-bugzilla-attachments-by-mimetype') 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 -- cgit