summaryrefslogtreecommitdiff
path: root/clab
diff options
context:
space:
mode:
Diffstat (limited to 'clab')
-rwxr-xr-xclab2
1 files changed, 1 insertions, 1 deletions
diff --git a/clab b/clab
index f68077b..776b475 100755
--- a/clab
+++ b/clab
@@ -47,7 +47,7 @@ class Entry(object):
v = self._dict[key]
if type(v) is dict:
return v
- return { '': v }
+ return {'': v}
return {}