Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/config.py
blob: 5a3483f7e053b9128edcecd933cd24b6de018230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# the name used by the logger
DS_LOG_CHANNEL = 'org.laptop.sugar.DataStore'

# DBus config
DS_SERVICE = "org.laptop.sugar.DataStore"
DS_DBUS_INTERFACE = "org.laptop.sugar.DataStore"
DS_OBJECT_PATH = "/org/laptop/sugar/DataStore"


# XAttr namespace
XATTR_NAMESPACE = "datastore"