[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/tests/skin/directive.py improve readability

Philipp von Weitershausen philikon at philikon.de
Fri Aug 1 09:19:18 EDT 2008


Log message for revision 89147:
  improve readability
  

Changed:
  U   grok/branches/jw-simpler-skin-registration/src/grok/tests/skin/directive.py

-=-
Modified: grok/branches/jw-simpler-skin-registration/src/grok/tests/skin/directive.py
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/tests/skin/directive.py	2008-08-01 13:16:32 UTC (rev 89146)
+++ grok/branches/jw-simpler-skin-registration/src/grok/tests/skin/directive.py	2008-08-01 13:19:16 UTC (rev 89147)
@@ -9,8 +9,8 @@
    >>> from grok.tests.skin import directive_fixture
 
    >>> import grok
-   >>> print grok.skin.bind().get(directive_fixture.IIsAnInterface)
-   skin_name
+   >>> grok.skin.bind().get(directive_fixture.IIsAnInterface)
+   'skin_name'
 
 Unfortunately it is not possible to check whether the directive isn't used on a
 "normal" class instead of an interface class. This means, the directive can be



More information about the Checkins mailing list