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-10-31 18:46:39 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-31 18:46:39 (GMT)
commit18f5cc956b31e94dc29c526c5ab2d8946a481102 (patch)
tree2ea00c373b6d3ad04f5db08d1cf73489fd8adcf9 /constants.py
parentcb1d37dbc33074a7539df0004965c82792ce4da4 (diff)
yet more refactoring
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@789 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 2290720..7b3154e 100644
--- a/constants.py
+++ b/constants.py
@@ -12,7 +12,9 @@ import utils
class Constants:
- SERVICE = "org.laptop.RecordActivity"
+ SERVICE = "org.laptop.Record"
+ IFACE = SERVICE
+ PATH = "/org/laptop/Record"
recdTitle = "title"
recdTime = "time"