diff --git a/tclCommands/TclCommandSetSys.py b/tclCommands/TclCommandSetSys.py index 2f163cce..e880ec05 100644 --- a/tclCommands/TclCommandSetSys.py +++ b/tclCommands/TclCommandSetSys.py @@ -55,7 +55,9 @@ class TclCommandSetSys(TclCommand.TclCommand): "false": False, "False": False, "true": True, - "True": True + "True": True, + "mm": "MM", + "in": "IN" } if param in self.app.defaults: