Merged master into Port_to_Python3k

This commit is contained in:
Marius Stanciu
2018-05-29 17:43:33 +03:00
3 changed files with 10 additions and 6 deletions

View File

@@ -55,7 +55,9 @@ class TclCommandSetSys(TclCommand):
"false": False,
"False": False,
"true": True,
"True": True
"True": True,
"mm": "MM",
"in": "IN"
}
if param in self.app.defaults: