[Checkins] SVN: z3c.jbot/trunk/z3c/jbot/__init__.py Bloody hell.

Malthe Borch mborch at gmail.com
Mon Oct 19 11:12:54 EDT 2009


Log message for revision 105150:
  Bloody hell.

Changed:
  U   z3c.jbot/trunk/z3c/jbot/__init__.py

-=-
Modified: z3c.jbot/trunk/z3c/jbot/__init__.py
===================================================================
--- z3c.jbot/trunk/z3c/jbot/__init__.py	2009-10-19 15:02:34 UTC (rev 105149)
+++ z3c.jbot/trunk/z3c/jbot/__init__.py	2009-10-19 15:12:54 UTC (rev 105150)
@@ -36,7 +36,7 @@
             inst._v_last_read = False
             break
 
-    if view is not None:
+    if view is not None and IAcquirer is not None:
         if IAcquirer.providedBy(inst):
             return inst.__of__(view)
 



More information about the checkins mailing list