[Python-modules-commits] [django-pipeline] 01/03: Define kwarg_name in pipeline_settings class

Thomas Goirand zigo at moszumanska.debian.org
Fri Aug 5 11:34:08 UTC 2016


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

zigo pushed a commit to branch master
in repository django-pipeline.

commit e6c9304cf992e554867f46b51baa277aa9c8031d
Author: Thomas Goirand <zigo at debian.org>
Date:   Fri Aug 5 11:30:38 2016 +0000

    Define kwarg_name in pipeline_settings class
---
 tests/utils.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/utils.py b/tests/utils.py
index bf1c7ca..c3501dc 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -16,6 +16,7 @@ def _(path):
 
 
 class pipeline_settings(override_settings):
+    kwarg_name = None
     def __init__(self, **kwargs):
         self.options = {'PIPELINE': kwargs}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-pipeline.git



More information about the Python-modules-commits mailing list