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
a90eb0e1
Commit
a90eb0e1
authored
Apr 22, 2009
by
Baiju Muthukadan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused `Zope2.Startup.start_zope` function
parent
2de80618
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
+2
-17
doc/CHANGES.rst
doc/CHANGES.rst
+2
-0
src/Zope2/Startup/__init__.py
src/Zope2/Startup/__init__.py
+0
-17
No files found.
doc/CHANGES.rst
View file @
a90eb0e1
...
@@ -25,6 +25,8 @@ Restructuring
...
@@ -25,6 +25,8 @@ Restructuring
- Updated to zdaemon 2.0.4.
- Updated to zdaemon 2.0.4.
- Removed unused `Zope2.Startup.start_zope` function
Bugs Fixed
Bugs Fixed
++++++++++
++++++++++
...
...
src/Zope2/Startup/__init__.py
View file @
a90eb0e1
...
@@ -43,23 +43,6 @@ def get_starter():
...
@@ -43,23 +43,6 @@ def get_starter():
else
:
else
:
return
UnixZopeStarter
()
return
UnixZopeStarter
()
def
start_zope
(
cfg
,
debug_handler
):
"""The function called by run.py which starts a Zope appserver."""
global
started
if
started
:
# Don't allow any code to call start_zope() twice.
return
starter
=
get_starter
()
starter
.
setConfiguration
(
cfg
)
starter
.
prepare
()
started
=
True
try
:
starter
.
run
()
finally
:
started
=
False
class
ZopeStarter
:
class
ZopeStarter
:
"""This is a class which starts a Zope server.
"""This is a class which starts a Zope server.
...
...
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