[Checkins] SVN: grokcore.view/new/src/grokcore/view/ftests/view/macros.py fix import

Philipp von Weitershausen philikon at philikon.de
Sat Aug 2 09:58:36 EDT 2008


Log message for revision 89228:
  fix import
  

Changed:
  U   grokcore.view/new/src/grokcore/view/ftests/view/macros.py

-=-
Modified: grokcore.view/new/src/grokcore/view/ftests/view/macros.py
===================================================================
--- grokcore.view/new/src/grokcore/view/ftests/view/macros.py	2008-08-02 13:54:28 UTC (rev 89227)
+++ grokcore.view/new/src/grokcore/view/ftests/view/macros.py	2008-08-02 13:58:35 UTC (rev 89228)
@@ -32,7 +32,7 @@
 
 You can skip the "macro" part of the macro call, but this is deprecated:
 
-  >>> from grok.testing import warn
+  >>> from grokcore.view.testing import warn
   >>> import warnings
   >>> saved_warn = warnings.warn
   >>> warnings.warn = warn



More information about the Checkins mailing list