210
210
assert (subject is not None) and (text is not None)
211
211
assert self.cookie_handler, 'you must supply a cookie file with a Launchpad login cookie in the constructor'
212
212
opener = urllib2.build_opener(self.cookie_handler, MultipartPostHandler.MultipartPostHandler)
214
214
'field.subject': subject }