src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/messages.py

branch
eric7
changeset 9401
38514063ecee
parent 9376
e143a7e7254b
child 9593
89f885d857e4
equal deleted inserted replaced
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

eric ide

mercurial