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
e2266001
Commit
e2266001
authored
Dec 28, 2009
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- removed old BBB code
- removed redundant SimpleTreeMaker import
parent
5a260c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
src/ZTUtils/__init__.py
src/ZTUtils/__init__.py
+1
-7
No files found.
src/ZTUtils/__init__.py
View file @
e2266001
...
...
@@ -7,21 +7,15 @@
# 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
.
#
##############################################################################
"""Package of template utility classes and functions.
$Id$
"""
# BBB 2005/05/01 -- to be removed after 12 months
import
zope.deferredimport
zope
.
deferredimport
.
define
(
Iterator
=
'ZTUtils.Iterator:Iterator'
)
from
Tree
import
encodeExpansion
,
decodeExpansion
,
a2b
,
b2a
from
SimpleTree
import
SimpleTreeMaker
__allow_access_to_unprotected_subobjects__
=
1
__roles__
=
None
...
...
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