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>2014-05-22 19:40:14 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2014-05-22 19:40:14 (GMT)
commitdc8b667fc3e6bf855762deb775c83ea12bd07a6b (patch)
tree782a8fbf19f2de5a251f4ef42d113483e1acb8fc
parent4b9958ec20e6da3c77ae3860bb070e504b926ac3 (diff)
datastore-fuse: Remove unused constants
-rwxr-xr-xdatastore-fuse.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/datastore-fuse.py b/datastore-fuse.py
index 2a5dd61..73ee459 100755
--- a/datastore-fuse.py
+++ b/datastore-fuse.py
@@ -34,16 +34,9 @@ import fsemulation
fuse.fuse_python_api = (0, 2)
-DS_DBUS_SERVICE = "org.laptop.sugar.DataStore"
-DS_DBUS_INTERFACE = "org.laptop.sugar.DataStore"
-DS_DBUS_PATH = "/org/laptop/sugar/DataStore"
-
XATTR_CREATE = 1
XATTR_REPLACE = 2
-# DBus still has no way to indicate an infinite timeout :-/
-DBUS_TIMEOUT_MAX = 2**31 / 1000
-
class FSEntryStat(fuse.Stat):