From 796ea6c62b5f5e935e19172dceb40c6492471487 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sun, 10 Apr 2011 18:44:28 +0000 Subject: add standard property description --- 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}, -- cgit v0.9.1