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 <shekhar250198@xxxxxxxxx> > --- The patch Subject has a typo, "pyhton3". Please fix it on next revision.