9400:5494faeaead2 | 9401:38514063ecee |
---|---|
349 """ | 349 """ |
350 Constructor | 350 Constructor |
351 | 351 |
352 @param filename name of the file (string) | 352 @param filename name of the file (string) |
353 @param loc location of the issue | 353 @param loc location of the issue |
354 @param names names of the imported futures (string) | |
355 """ | 354 """ |
356 Message.__init__(self, filename, loc) | 355 Message.__init__(self, filename, loc) |
357 self.message_args = () | 356 self.message_args = () |
358 | 357 |
359 | 358 |