Re: [Cocci] [PATCH 2/4] scripts: add reqs python library

2016-06-15 Thread Luis R. Rodriguez
On Wed, Jun 15, 2016 at 02:01:37PM +0200, SF Markus Elfring wrote: > > +"To be used for verifying binay package dependencies on Python code" > > Would you like to fix a typo here? > > ... binary ... Fixed. Luis

Aw: [Cocci] [PATCH 2/4] scripts: add reqs python library

2016-06-15 Thread SF Markus Elfring
> +class Req: Will a longer identifier like "requirement" be more useful than the suggested abbreviation? > +"To be used for verifying binay package dependencies on Python code" Would you like to fix a typo here? ... binary ... > +def req_old_program(self, program, version_req): Do