Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
f665560b
Commit
f665560b
authored
Jul 24, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename CatalogReport to report, we really don't need to use CamelCase module names for new code
parent
ea43402c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/Products/ZCatalog/Catalog.py
src/Products/ZCatalog/Catalog.py
+1
-1
src/Products/ZCatalog/report.py
src/Products/ZCatalog/report.py
+0
-0
src/Products/ZCatalog/tests/testCatalog.py
src/Products/ZCatalog/tests/testCatalog.py
+1
-1
No files found.
src/Products/ZCatalog/Catalog.py
View file @
f665560b
...
...
@@ -28,7 +28,7 @@ from BTrees.OIBTree import OIBTree
from
BTrees.IOBTree
import
IOBTree
from
Lazy
import
LazyMap
,
LazyCat
,
LazyValues
from
CatalogBrains
import
AbstractCatalogBrain
,
NoBrainer
from
.
CatalogR
eport
import
CatalogReport
from
.
r
eport
import
CatalogReport
LOG
=
logging
.
getLogger
(
'Zope.ZCatalog'
)
...
...
src/Products/ZCatalog/
CatalogR
eport.py
→
src/Products/ZCatalog/
r
eport.py
View file @
f665560b
File moved
src/Products/ZCatalog/tests/testCatalog.py
View file @
f665560b
...
...
@@ -873,7 +873,7 @@ class TestCatalogReport(unittest.TestCase):
self
.
zcat
.
catalog_object
(
obj
,
str
(
i
))
def
tearDown
(
self
):
from
Products.ZCatalog.
CatalogR
eport
import
clear_value_indexes
from
Products.ZCatalog.
r
eport
import
clear_value_indexes
clear_value_indexes
()
def
test_ReportLength
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment