diff --git a/apptools/preferences/preference_binding.py b/apptools/preferences/preference_binding.py index dacaffae..0bb68981 100644 --- a/apptools/preferences/preference_binding.py +++ b/apptools/preferences/preference_binding.py @@ -101,10 +101,6 @@ def _get_value(self, trait_name, value): if type(handler) is Str: pass - # If the trait type is 'Str' then we convert the raw value. - elif type(handler) is Str: - value = str(value) - # Otherwise, we eval it! else: try: