ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Tool_Box/EulaExcepted.py
(Generate patch)

Comparing Python/NinoCode/Tool_Box/EulaExcepted.py (file contents):
Revision 743 by nino.borges, Wed Aug 28 22:07:53 2013 UTC vs.
Revision 744 by nino.borges, Tue Apr 13 21:40:41 2021 UTC

# Line 55 | Line 55 | class EulaExceptedDialog(wx.Dialog):
55              mainSizer.Add(message, 0, wx.ALIGN_CENTER|wx.ALL, 10)
56              mainSizer.Add(okButton, 0, wx.ALIGN_CENTER|wx.ALL, 10)
57              self.SetSizer(mainSizer)
58 <            print "Software EULA not found..."
58 >            print("Software EULA not found...")
59              return None

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)