File tree Expand file tree Collapse file tree
src/collective/dms/scanbehavior Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88long_description = (
99 open ("README.rst" ).read () + "\n " + "Contributors\n "
10- "============\n "
11- + "\n "
12- + open ("CONTRIBUTORS.rst" ).read ()
13- + "\n "
14- + open ("CHANGES.rst" ).read ()
15- + "\n "
10+ "============\n " +
11+ "\n " +
12+ open ("CONTRIBUTORS.rst" ).read () +
13+ "\n " +
14+ open ("CHANGES.rst" ).read () +
15+ "\n "
1616)
1717
1818
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ def v2(context):
1818 types = []
1919 for fti in ftis .listTypeInfo ():
2020 if (
21- IDexterityFTI .providedBy (fti )
22- and "collective.dms.scanbehavior.behaviors.behaviors.IScanFields"
23- in fti .behaviors
21+ IDexterityFTI .providedBy (fti ) and
22+ "collective.dms.scanbehavior.behaviors.behaviors.IScanFields" in
23+ fti .behaviors
2424 ):
2525 types .append (fti .getId ())
2626
You can’t perform that action at this time.
0 commit comments