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
dad2fcf7
Commit
dad2fcf7
authored
Mar 07, 2011
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- use Zope2.DB instead of Globals.DB
parent
eaf92072
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/App/ApplicationManager.py
src/App/ApplicationManager.py
+3
-4
No files found.
src/App/ApplicationManager.py
View file @
dad2fcf7
...
...
@@ -7,7 +7,7 @@
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE
# FOR A PARTICULAR PURPOSE
.
#
##############################################################################
"""System management components"""
...
...
@@ -217,8 +217,8 @@ class DebugManager(Item, Implicit):
}
for
n
in
rd
]
def
dbconnections
(
self
):
import
Globals
# for data
return
Globals
.
DB
.
connectionDebugInfo
()
import
Zope2
# for data
return
Zope2
.
DB
.
connectionDebugInfo
()
# Profiling support
...
...
@@ -481,4 +481,3 @@ class AltDatabaseManager(DatabaseManager, CacheManager):
db_name
=
ApplicationManager
.
db_name
.
im_func
db_size
=
ApplicationManager
.
db_size
.
im_func
manage_pack
=
ApplicationManager
.
manage_pack
.
im_func
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