Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2011-04-10 18:44:28 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2011-04-10 18:44:28 (GMT)
commit796ea6c62b5f5e935e19172dceb40c6492471487 (patch)
tree5552d5326b2cb7355de5be74bde269700b163144
parentaaa29df9daf56c7fc2448ae4bb55619fdaee4fd4 (diff)
add standard property description
-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},