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
23e9a894
Commit
23e9a894
authored
Jun 22, 2010
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- removed 'Main' and 'Zope' wrappers for Test.publish
parent
a8b516e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
+4
-13
doc/CHANGES.rst
doc/CHANGES.rst
+4
-0
src/ZPublisher/__init__.py
src/ZPublisher/__init__.py
+0
-13
No files found.
doc/CHANGES.rst
View file @
23e9a894
...
...
@@ -11,6 +11,10 @@ Trunk (unreleased)
Restructuring
+++++++++++++
-
ZPublisher
:
Removed
'Main'
and
'Zope'
wrappers
for
Test
.
publish
.
If
anybody
really
used
them
,
he
can
easily
use
ZPublisher
.
test
instead
.
In
the
long
run
ZPublisher
.
test
and
ZPublisher
.
Test
might
also
be
removed
.
-
Moved
AccessControl
,
DocumentTemplate
(
incl
.
TreeDisplay
)
and
Products
.
ZCTextIndex
to
their
own
distributions
.
This
removes
the
last
direct
C
extensions
from
the
Zope2
distribution
.
...
...
src/ZPublisher/__init__.py
View file @
23e9a894
...
...
@@ -28,16 +28,3 @@ def test(*args, **kw):
import
Test
test
=
Test
.
publish
return
apply
(
test
,
args
,
kw
)
def
Main
(
*
args
,
**
kw
):
global
test
import
Test
test
=
Test
.
publish
return
apply
(
test
,
(
'Main'
,)
+
args
,
kw
)
# What can we say. ;/
def
Zope
(
*
args
,
**
kw
):
global
test
import
Test
test
=
Test
.
publish
return
apply
(
test
,
(
'Zope'
,)
+
args
,
kw
)
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