Wiking branch, master, updated. d6f99dec350af428f74d1120beabc857b7c24bcc

Tomas Cerha cerha at devel.brailcom.org
Fri Feb 11 12:44:27 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Wiking".

The branch, master has been updated
       via  d6f99dec350af428f74d1120beabc857b7c24bcc (commit)
      from  6fd49150080ab0f3a0b478174f936a2c215b683b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d6f99dec350af428f74d1120beabc857b7c24bcc
Author: Tomáš Cerha <cerha at bull.cnet>
Date:   Fri Feb 11 12:41:34 2011 +0100

    Indicate the corrent module name in specification error messages

-----------------------------------------------------------------------

Summary of changes:
 lib/wiking/util.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/wiking/util.py b/lib/wiking/util.py
index c065b9f..514f223 100644
--- a/lib/wiking/util.py
+++ b/lib/wiking/util.py
@@ -1497,6 +1497,10 @@ class Specification(pp.Specification):
         self.actions = tuple(actions)
         super(Specification, self).__init__(resolver)
 
+    def _action_spec_name(self):
+        # Mainly to indicate the module name in specification error messages...
+        return self._module.__module__ + '.' + self._module.name()
+    
 
 class Binding(pp.Binding):
     """Extension of Pytis 'Binding' with web specific parameters.""" 


hooks/post-receive
-- 
Wiking



More information about the Wiking-cvs mailing list