[Pkg-debile-commits] [debile-master] 30/126: futzing

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit 83a4315db74649d6941ce355409bce4575c37436
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun May 26 22:32:41 2013 -0400

    futzing
---
 lucy/models/__init__.py |    1 +
 setup.py                |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lucy/models/__init__.py b/lucy/models/__init__.py
index b26733e..cbe3c00 100644
--- a/lucy/models/__init__.py
+++ b/lucy/models/__init__.py
@@ -11,6 +11,7 @@ class LucyObject(dict):
     _type = None
 
     def __init__(self, **kwargs):
+        self['_type'] = self._type
         for k, v in kwargs.items():
             self[k] = v
 
diff --git a/setup.py b/setup.py
index 211c26c..9116983 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
             'lucy-nuke = lucy.cli.nuke:main',
             'lucy-process-incoming = lucy.cli.incoming:main',
             'lucy-init = lucy.cli.init:main',
-#            'lucyd = lucy.server:main',
+            'lucyd = lucy.server:main',
         ],
     }
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list