diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-16 09:39:17 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-16 09:39:17 -0300 |
commit | 432fcab9f838b0bfc81ed8d40d92b4b5d3854f24 (patch) | |
tree | 35f69a152468850ca0f5ad0e5b25baab131730d3 /src/leap/bitmask/config | |
parent | 3fc88bbc70b3da4a2f8b371813bf87a42443f29c (diff) |
Code style fixes.
Diffstat (limited to 'src/leap/bitmask/config')
-rw-r--r-- | src/leap/bitmask/config/provider_spec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/config/provider_spec.py b/src/leap/bitmask/config/provider_spec.py index cf942c7b..a1d91b90 100644 --- a/src/leap/bitmask/config/provider_spec.py +++ b/src/leap/bitmask/config/provider_spec.py @@ -37,7 +37,7 @@ leap_provider_spec = { 'default': {u'en': u'Test Provider'} }, 'description': { - #'type': LEAPTranslatable, + # 'type': LEAPTranslatable, 'type': dict, 'format': 'translatable', 'default': {u'en': u'Test provider'} |