mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-19 21:16:13 +08:00
Python 3 compatibility
This commit is contained in:
@@ -89,4 +89,4 @@ class control:
|
||||
return val
|
||||
|
||||
def show(self):
|
||||
print self.to_string()
|
||||
print(self.to_string())
|
||||
|
Reference in New Issue
Block a user