Merged allow_lowercase_units_in_set_sys_command into master

This commit is contained in:
Marius Stanciu 2018-05-29 17:39:55 +03:00
commit 1621299532
1 changed files with 3 additions and 1 deletions

View File

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