Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-06 00:57:56 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-06 00:57:56 (GMT)
commit75606c87e12d7830fcf2e1b4d67459a239f7a446 (patch)
tree18a59f2d0bff89ba7d30c291cfa9b7780fbf67cc /constants.py
parentc17b8e41d93f42a0e3f8bfe8dae59fb7c80a66e5 (diff)
update.1 gfx, #2585
version info saved, #4668 git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@886 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index e41f316..c251522 100644
--- a/constants.py
+++ b/constants.py
@@ -16,6 +16,8 @@ import pangocairo
class Constants:
+ VERSION = 39
+
SERVICE = "org.laptop.Record"
IFACE = SERVICE
PATH = "/org/laptop/Record"
@@ -39,6 +41,7 @@ class Constants:
recdAlbum = "album"
recdType = "type"
recdRecd = "recd"
+ recdRecordVersion = "version"
keyName = "name"
keyMime = "mime"