Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gdatastore/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gdatastore/index.py b/src/gdatastore/index.py
index 61e18da..c93f5b3 100644
--- a/src/gdatastore/index.py
+++ b/src/gdatastore/index.py
@@ -28,6 +28,7 @@ _CURRENT_VERSION = 1
_STANDARD_TERMS = {
'activity': {'prefix': 'Xactname', 'type': str},
'activity_id': {'prefix': 'Xactid', 'type': str},
+ 'description': {'prefix': 'Xdesc', 'type': unicode},
'keep': {'prefix': 'Xkeep', 'type': str},
'mime_type': {'prefix': 'T', 'type': str},
'tags': {'prefix': 'K', 'type': unicode},