Commit 75877c02 authored by Hanno Schlichting's avatar Hanno Schlichting

Pyflakes

parent d250e0d0
...@@ -330,12 +330,10 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -330,12 +330,10 @@ class ZCatalog(Folder, Persistent, Implicit):
elapse = time.time() elapse = time.time()
c_elapse = time.clock() c_elapse = time.clock()
words = 0
obj = REQUEST.PARENTS[1] obj = REQUEST.PARENTS[1]
path = '/'.join(obj.getPhysicalPath()) path = '/'.join(obj.getPhysicalPath())
self.ZopeFindAndApply(obj,
results = self.ZopeFindAndApply(obj,
obj_metatypes=obj_metatypes, obj_metatypes=obj_metatypes,
obj_ids=obj_ids, obj_ids=obj_ids,
obj_searchterm=obj_searchterm, obj_searchterm=obj_searchterm,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment