On Thu, Jun 27, 2019 at 6:07 PM Eric Garver <e...@garver.life> wrote:
>
> On Wed, Jun 19, 2019 at 11:27:41PM +0530, Shekhar Sharma wrote:
> > This patch changes the file to run on both python2 and python3.
> >
> > The tempfile module has been imported and used.
> > Although the previous replacement of cmp() by eric works,
> > I have replaced cmp(a,b) by ((a>b)-(a<b)) which works correctly.
> >
> > Thanks!
> >
> >
> > Signed-off-by: Shekhar Sharma <shekhar250...@gmail.com>
> > ---
>
> The patch Subject has a typo, "pyhton3". Please fix it on next revision.
Oops! Will correct it.