diff options
author | drebs <drebs@leap.se> | 2012-12-10 11:00:10 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2012-12-10 11:00:10 -0200 |
commit | ded8b721def13751fe0b27e50ab1a3cb999fb292 (patch) | |
tree | 14f47d36aff68e657f52d6fc148e8637bc2efc5e /__init__.py | |
parent | 275ccbcdfaf7b1bdca606b1d75f5cc55a3abc2ff (diff) |
Refactor to add ObjectStore class.
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 7f742a89..78f1f768 100644 --- a/__init__.py +++ b/__init__.py @@ -44,7 +44,7 @@ class GPGWrapper(): #---------------------------------------------------------------------------- -# u1db Transaction and Sync logs as JSON structures. +# u1db Transaction and Sync logs. #---------------------------------------------------------------------------- class SimpleLog(object): |