diff options
author | Stef Walter <stef@thewalter.net> | 2008-06-06 22:00:04 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2008-06-06 22:00:04 +0000 |
commit | 390be307a7424a60db0170e4c174332b23e42cbb (patch) | |
tree | 91c44bcfd261d711aea47be7de2da1a15911e826 /Backend.py | |
parent | 92a72515c6a6b77a4f811bdd19a3436c8609b002 (diff) |
Add cofiguration, daemon, and fix storage bugs.
Diffstat (limited to 'Backend.py')
-rw-r--r-- | Backend.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -219,7 +219,6 @@ class Database: mods.append((op, attr, value)) batch += 1 - print mods self.modify(dn, mods) return (0, "", []) |