[Zope3-checkins]
SVN: Zope3/branches/srichter-twisted-integration/src/zope/app/apidoc/utilities.py
I prefer single quotes. :-)
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Apr 20 12:55:27 EDT 2005
Log message for revision 30061:
I prefer single quotes. :-)
Changed:
U Zope3/branches/srichter-twisted-integration/src/zope/app/apidoc/utilities.py
-=-
Modified: Zope3/branches/srichter-twisted-integration/src/zope/app/apidoc/utilities.py
===================================================================
--- Zope3/branches/srichter-twisted-integration/src/zope/app/apidoc/utilities.py 2005-04-20 14:53:41 UTC (rev 30060)
+++ Zope3/branches/srichter-twisted-integration/src/zope/app/apidoc/utilities.py 2005-04-20 16:55:27 UTC (rev 30061)
@@ -87,7 +87,7 @@
# accessed (which is probably not a bad idea). So, we remove the security
# proxies for this check.
naked = removeSecurityProxy(obj)
- if hasattr(naked, "im_class"):
+ if hasattr(naked, 'im_class'):
naked = naked.im_class
module = getattr(naked, '__module__', _marker)
if module is _marker:
More information about the Zope3-Checkins
mailing list