[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py Splitted the long line into two lines to respect recommended line length

Vincent Fretin vincent.fretin at gmail.com
Sun Jun 28 11:42:18 EDT 2009


Log message for revision 101299:
  Splitted the long line into two lines to respect recommended line length

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py	2009-06-28 07:44:50 UTC (rev 101298)
+++ Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py	2009-06-28 15:42:18 UTC (rev 101299)
@@ -130,7 +130,8 @@
         result = portal_types.listTypeInfo()
 
         if myType is not None:
-            return [t for t in result if myType.allowType(t.getId()) and t.isConstructionAllowed(self)]
+            return [t for t in result if myType.allowType(t.getId()) and
+                    t.isConstructionAllowed(self)]
 
         return [t for t in result if t.isConstructionAllowed(self)]
 



More information about the Checkins mailing list