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
2639fcb7
Commit
2639fcb7
authored
Aug 14, 2002
by
Martijn Pieters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up indentation and trailing whitespace.
parent
bdb3057e
Changes
100
Show whitespace changes
Inline
Side-by-side
Showing
100 changed files
with
983 additions
and
1062 deletions
+983
-1062
lib/python/DocumentTemplate/DT_HTML.py
lib/python/DocumentTemplate/DT_HTML.py
+9
-9
lib/python/DocumentTemplate/DT_If.py
lib/python/DocumentTemplate/DT_If.py
+13
-13
lib/python/DocumentTemplate/DT_In.py
lib/python/DocumentTemplate/DT_In.py
+78
-78
lib/python/DocumentTemplate/DT_InSV.py
lib/python/DocumentTemplate/DT_InSV.py
+27
-27
lib/python/DocumentTemplate/DT_Let.py
lib/python/DocumentTemplate/DT_Let.py
+7
-8
lib/python/DocumentTemplate/DT_Raise.py
lib/python/DocumentTemplate/DT_Raise.py
+8
-8
lib/python/DocumentTemplate/DT_Return.py
lib/python/DocumentTemplate/DT_Return.py
+4
-4
lib/python/DocumentTemplate/DT_String.py
lib/python/DocumentTemplate/DT_String.py
+16
-16
lib/python/DocumentTemplate/DT_Try.py
lib/python/DocumentTemplate/DT_Try.py
+21
-21
lib/python/DocumentTemplate/DT_UI.py
lib/python/DocumentTemplate/DT_UI.py
+10
-10
lib/python/DocumentTemplate/DT_Util.py
lib/python/DocumentTemplate/DT_Util.py
+19
-19
lib/python/DocumentTemplate/DT_Var.py
lib/python/DocumentTemplate/DT_Var.py
+25
-25
lib/python/DocumentTemplate/DT_With.py
lib/python/DocumentTemplate/DT_With.py
+6
-6
lib/python/DocumentTemplate/DTtestExpr.py
lib/python/DocumentTemplate/DTtestExpr.py
+5
-5
lib/python/DocumentTemplate/DocumentTemplate.py
lib/python/DocumentTemplate/DocumentTemplate.py
+4
-4
lib/python/DocumentTemplate/VSEval.py
lib/python/DocumentTemplate/VSEval.py
+0
-1
lib/python/DocumentTemplate/__init__.py
lib/python/DocumentTemplate/__init__.py
+4
-4
lib/python/DocumentTemplate/html_quote.py
lib/python/DocumentTemplate/html_quote.py
+0
-1
lib/python/DocumentTemplate/pDocumentTemplate.py
lib/python/DocumentTemplate/pDocumentTemplate.py
+12
-12
lib/python/DocumentTemplate/sequence/SortEx.py
lib/python/DocumentTemplate/sequence/SortEx.py
+29
-31
lib/python/DocumentTemplate/sequence/__init__.py
lib/python/DocumentTemplate/sequence/__init__.py
+2
-2
lib/python/DocumentTemplate/sequence/tests/testSequence.py
lib/python/DocumentTemplate/sequence/tests/testSequence.py
+5
-5
lib/python/DocumentTemplate/sequence/tests/ztestlib.py
lib/python/DocumentTemplate/sequence/tests/ztestlib.py
+12
-14
lib/python/DocumentTemplate/tests/testDTML.py
lib/python/DocumentTemplate/tests/testDTML.py
+9
-9
lib/python/DocumentTemplate/tests/testDTMLUnicode.py
lib/python/DocumentTemplate/tests/testDTMLUnicode.py
+4
-4
lib/python/DocumentTemplate/tests/testustr.py
lib/python/DocumentTemplate/tests/testustr.py
+4
-4
lib/python/Products/PythonScripts/Extensions/RemotePS.py
lib/python/Products/PythonScripts/Extensions/RemotePS.py
+1
-1
lib/python/Products/PythonScripts/PythonScript.py
lib/python/Products/PythonScripts/PythonScript.py
+11
-11
lib/python/Products/PythonScripts/Utility.py
lib/python/Products/PythonScripts/Utility.py
+3
-3
lib/python/Products/PythonScripts/__init__.py
lib/python/Products/PythonScripts/__init__.py
+5
-5
lib/python/Products/PythonScripts/help/PythonScript.py
lib/python/Products/PythonScripts/help/PythonScript.py
+3
-8
lib/python/Products/PythonScripts/help/Script.py
lib/python/Products/PythonScripts/help/Script.py
+2
-2
lib/python/Products/PythonScripts/help/standard.py
lib/python/Products/PythonScripts/help/standard.py
+5
-5
lib/python/Products/PythonScripts/module_access_examples.py
lib/python/Products/PythonScripts/module_access_examples.py
+0
-5
lib/python/Products/PythonScripts/standard.py
lib/python/Products/PythonScripts/standard.py
+3
-4
lib/python/Products/PythonScripts/tests/testPythonScript.py
lib/python/Products/PythonScripts/tests/testPythonScript.py
+8
-9
lib/python/Products/Sessions/BrowserIdManager.py
lib/python/Products/Sessions/BrowserIdManager.py
+11
-11
lib/python/Products/Sessions/SessionDataManager.py
lib/python/Products/Sessions/SessionDataManager.py
+5
-5
lib/python/Products/Sessions/SessionInterfaces.py
lib/python/Products/Sessions/SessionInterfaces.py
+4
-4
lib/python/Products/Sessions/SessionPermissions.py
lib/python/Products/Sessions/SessionPermissions.py
+1
-1
lib/python/Products/Sessions/__init__.py
lib/python/Products/Sessions/__init__.py
+3
-3
lib/python/Products/Sessions/common.py
lib/python/Products/Sessions/common.py
+1
-1
lib/python/Products/Sessions/help/SessionInterfaces.py
lib/python/Products/Sessions/help/SessionInterfaces.py
+4
-4
lib/python/Products/Sessions/stresstests/stresstestMultiThread.py
...on/Products/Sessions/stresstests/stresstestMultiThread.py
+5
-6
lib/python/Products/Sessions/tests/testBrowserIdManager.py
lib/python/Products/Sessions/tests/testBrowserIdManager.py
+10
-10
lib/python/Products/Sessions/tests/testSessionDataManager.py
lib/python/Products/Sessions/tests/testSessionDataManager.py
+5
-6
lib/python/Products/SiteAccess/AccessRule.py
lib/python/Products/SiteAccess/AccessRule.py
+3
-3
lib/python/Products/SiteAccess/Extensions/updata.py
lib/python/Products/SiteAccess/Extensions/updata.py
+1
-1
lib/python/Products/SiteAccess/SiteRoot.py
lib/python/Products/SiteAccess/SiteRoot.py
+7
-7
lib/python/Products/SiteAccess/VirtualHostMonster.py
lib/python/Products/SiteAccess/VirtualHostMonster.py
+2
-2
lib/python/Products/SiteAccess/__init__.py
lib/python/Products/SiteAccess/__init__.py
+12
-12
lib/python/Products/SiteErrorLog/SiteErrorLog.py
lib/python/Products/SiteErrorLog/SiteErrorLog.py
+6
-7
lib/python/Products/SiteErrorLog/__init__.py
lib/python/Products/SiteErrorLog/__init__.py
+3
-4
lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py
...ucts/StandardCacheManagers/AcceleratedHTTPCacheManager.py
+4
-4
lib/python/Products/StandardCacheManagers/RAMCacheManager.py
lib/python/Products/StandardCacheManagers/RAMCacheManager.py
+6
-6
lib/python/Products/StandardCacheManagers/__init__.py
lib/python/Products/StandardCacheManagers/__init__.py
+2
-2
lib/python/Products/TemporaryFolder/LowConflictConnection.py
lib/python/Products/TemporaryFolder/LowConflictConnection.py
+2
-4
lib/python/Products/TemporaryFolder/TemporaryFolder.py
lib/python/Products/TemporaryFolder/TemporaryFolder.py
+8
-8
lib/python/Products/TemporaryFolder/TemporaryStorage.py
lib/python/Products/TemporaryFolder/TemporaryStorage.py
+9
-15
lib/python/Products/TemporaryFolder/__init__.py
lib/python/Products/TemporaryFolder/__init__.py
+3
-3
lib/python/Products/TemporaryFolder/patchfs.py
lib/python/Products/TemporaryFolder/patchfs.py
+2
-2
lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py
...on/Products/TemporaryFolder/tests/testTemporaryStorage.py
+6
-7
lib/python/Products/Transience/Transience.py
lib/python/Products/Transience/Transience.py
+13
-13
lib/python/Products/Transience/TransienceInterfaces.py
lib/python/Products/Transience/TransienceInterfaces.py
+4
-4
lib/python/Products/Transience/TransientObject.py
lib/python/Products/Transience/TransientObject.py
+7
-7
lib/python/Products/Transience/__init__.py
lib/python/Products/Transience/__init__.py
+4
-5
lib/python/Products/Transience/help/TransienceInterfaces.py
lib/python/Products/Transience/help/TransienceInterfaces.py
+5
-7
lib/python/Products/Transience/tests/fauxtime.py
lib/python/Products/Transience/tests/fauxtime.py
+0
-1
lib/python/Products/Transience/tests/testTimeoutRelated.py
lib/python/Products/Transience/tests/testTimeoutRelated.py
+1
-1
lib/python/Products/Transience/tests/testTransientObject.py
lib/python/Products/Transience/tests/testTransientObject.py
+7
-8
lib/python/Products/Transience/tests/testTransientObjectContainer.py
...Products/Transience/tests/testTransientObjectContainer.py
+11
-12
lib/python/Products/ZCTextIndex/BaseIndex.py
lib/python/Products/ZCTextIndex/BaseIndex.py
+4
-4
lib/python/Products/ZCTextIndex/IIndex.py
lib/python/Products/ZCTextIndex/IIndex.py
+1
-1
lib/python/Products/ZCTextIndex/ZCTextIndex.py
lib/python/Products/ZCTextIndex/ZCTextIndex.py
+22
-22
lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
+13
-13
lib/python/Products/ZCatalog/Catalog.py
lib/python/Products/ZCatalog/Catalog.py
+42
-43
lib/python/Products/ZCatalog/CatalogAwareness.py
lib/python/Products/ZCatalog/CatalogAwareness.py
+4
-13
lib/python/Products/ZCatalog/CatalogBrains.py
lib/python/Products/ZCatalog/CatalogBrains.py
+5
-5
lib/python/Products/ZCatalog/CatalogPathAwareness.py
lib/python/Products/ZCatalog/CatalogPathAwareness.py
+5
-13
lib/python/Products/ZCatalog/IZCatalog.py
lib/python/Products/ZCatalog/IZCatalog.py
+12
-12
lib/python/Products/ZCatalog/Lazy.py
lib/python/Products/ZCatalog/Lazy.py
+7
-7
lib/python/Products/ZCatalog/ZCatalog.py
lib/python/Products/ZCatalog/ZCatalog.py
+63
-63
lib/python/Products/ZCatalog/ZCatalogIndexes.py
lib/python/Products/ZCatalog/ZCatalogIndexes.py
+13
-15
lib/python/Products/ZCatalog/__init__.py
lib/python/Products/ZCatalog/__init__.py
+4
-5
lib/python/Products/ZCatalog/help/Vocabulary.py
lib/python/Products/ZCatalog/help/Vocabulary.py
+6
-8
lib/python/Products/ZCatalog/help/ZCatalog.py
lib/python/Products/ZCatalog/help/ZCatalog.py
+20
-21
lib/python/Products/ZCatalog/regressiontests/keywords.py
lib/python/Products/ZCatalog/regressiontests/keywords.py
+12
-14
lib/python/Products/ZCatalog/regressiontests/loadmail.py
lib/python/Products/ZCatalog/regressiontests/loadmail.py
+13
-13
lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py
...on/Products/ZCatalog/regressiontests/regressionCatalog.py
+93
-94
lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py
...ducts/ZCatalog/regressiontests/regressionCatalogTiming.py
+9
-10
lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py
...on/Products/ZCatalog/regressiontests/regressionUnicode.py
+4
-4
lib/python/Products/ZCatalog/regressiontests/unittest_patched.py
...hon/Products/ZCatalog/regressiontests/unittest_patched.py
+18
-18
lib/python/Products/ZCatalog/tests/testCatalog.py
lib/python/Products/ZCatalog/tests/testCatalog.py
+15
-15
lib/python/Products/ZGadflyDA/DA.py
lib/python/Products/ZGadflyDA/DA.py
+10
-11
lib/python/Products/ZGadflyDA/DABase.py
lib/python/Products/ZGadflyDA/DABase.py
+8
-8
lib/python/Products/ZGadflyDA/__init__.py
lib/python/Products/ZGadflyDA/__init__.py
+5
-5
lib/python/Products/ZGadflyDA/db.py
lib/python/Products/ZGadflyDA/db.py
+8
-8
lib/python/Products/ZSQLMethods/SQL.py
lib/python/Products/ZSQLMethods/SQL.py
+7
-7
lib/python/Products/ZSQLMethods/__init__.py
lib/python/Products/ZSQLMethods/__init__.py
+4
-4
lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
+5
-17
No files found.
lib/python/DocumentTemplate/DT_HTML.py
View file @
2639fcb7
...
...
@@ -12,7 +12,7 @@
##############################################################################
"""HTML formated DocumentTemplates
$Id: DT_HTML.py,v 1.3
1 2001/11/28 15:50:54 matt
Exp $"""
$Id: DT_HTML.py,v 1.3
2 2002/08/14 22:29:52 mj
Exp $"""
from
DT_String
import
String
,
FileMixin
import
DT_String
,
re
...
...
lib/python/DocumentTemplate/DT_If.py
View file @
2639fcb7
...
...
@@ -75,8 +75,8 @@ __doc__='''Conditional insertion
variable is not reevaluated.
'''
__rcs_id__
=
'$Id: DT_If.py,v 1.1
8 2001/11/28 15:50:54 matt
Exp $'
__version__
=
'$Revision: 1.1
8
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: DT_If.py,v 1.1
9 2002/08/14 22:29:52 mj
Exp $'
__version__
=
'$Revision: 1.1
9
$'
[
11
:
-
2
]
from
DT_Util
import
ParseError
,
parse_params
,
name_param
,
str
...
...
lib/python/DocumentTemplate/DT_In.py
View file @
2639fcb7
...
...
@@ -331,8 +331,8 @@
'''
#'
__rcs_id__
=
'$Id: DT_In.py,v 1.
59 2002/05/07 17:55:37 htrd
Exp $'
__version__
=
'$Revision: 1.
59
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: DT_In.py,v 1.
60 2002/08/14 22:29:52 mj
Exp $'
__version__
=
'$Revision: 1.
60
$'
[
11
:
-
2
]
import
sys
from
DT_Util
import
ParseError
,
parse_params
,
name_param
,
str
,
join_unicode
...
...
lib/python/DocumentTemplate/DT_InSV.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
__doc__
=
'''Sequence variables support
$Id: DT_InSV.py,v 1.2
1 2001/11/28 15:50:54 matt
Exp $'''
__version__
=
'$Revision: 1.2
1
$'
[
11
:
-
2
]
$Id: DT_InSV.py,v 1.2
2 2002/08/14 22:29:52 mj
Exp $'''
__version__
=
'$Revision: 1.2
2
$'
[
11
:
-
2
]
from
math
import
sqrt
import
re
...
...
lib/python/DocumentTemplate/DT_Let.py
View file @
2639fcb7
...
...
@@ -108,4 +108,3 @@ def parse_let_params(text,
text
=
text
[
l
:].
strip
()
if
text
:
return
apply
(
parse_let_params
,(
text
,
result
,
tag
),
parms
)
else
:
return
result
lib/python/DocumentTemplate/DT_Raise.py
View file @
2639fcb7
...
...
@@ -23,8 +23,8 @@
<!--#/if-->
'''
__rcs_id__
=
'$Id: DT_Raise.py,v 1.1
2 2001/11/28 15:50:55 matt
Exp $'
__version__
=
'$Revision: 1.1
2
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: DT_Raise.py,v 1.1
3 2002/08/14 22:29:52 mj
Exp $'
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
from
DT_Util
import
parse_params
,
name_param
,
render_blocks
,
str
...
...
lib/python/DocumentTemplate/DT_Return.py
View file @
2639fcb7
...
...
@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
from
DT_Util
import
parse_params
,
name_param
,
str
import
sys
...
...
lib/python/DocumentTemplate/DT_String.py
View file @
2639fcb7
...
...
@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"$Id: DT_String.py,v 1.5
0 2002/08/01 16:00:39
mj Exp $"
"$Id: DT_String.py,v 1.5
1 2002/08/14 22:29:52
mj Exp $"
import
thread
,
re
,
exceptions
,
os
...
...
lib/python/DocumentTemplate/DT_Try.py
View file @
2639fcb7
lib/python/DocumentTemplate/DT_UI.py
View file @
2639fcb7
...
...
@@ -12,8 +12,8 @@
##############################################################################
__doc__
=
'''Machinery to support through-the-web editing
$Id: DT_UI.py,v 1.1
1 2001/11/28 15:50:55 matt Exp $'''
__version__
=
'$Revision: 1.1
1
$'
[
11
:
-
2
]
$Id: DT_UI.py,v 1.1
2 2002/08/14 22:29:52 mj Exp $'''
__version__
=
'$Revision: 1.1
2
$'
[
11
:
-
2
]
from
DT_HTML
import
HTML
...
...
lib/python/DocumentTemplate/DT_Util.py
View file @
2639fcb7
...
...
@@ -10,8 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
'''$Id: DT_Util.py,v 1.8
7 2002/08/01 16:00:39 mj Exp $'''
__version__
=
'$Revision: 1.8
7
$'
[
11
:
-
2
]
'''$Id: DT_Util.py,v 1.8
8 2002/08/14 22:29:52 mj Exp $'''
__version__
=
'$Revision: 1.8
8
$'
[
11
:
-
2
]
import
re
,
os
from
html_quote
import
html_quote
,
ustr
# for import by other modules, dont remove!
...
...
lib/python/DocumentTemplate/DT_Var.py
View file @
2639fcb7
...
...
@@ -151,8 +151,8 @@ Evaluating expressions without rendering results
'''
# '
__rcs_id__
=
'$Id: DT_Var.py,v 1.5
6 2002/08/14 16:34:20 rdmurray
Exp $'
__version__
=
'$Revision: 1.5
6
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: DT_Var.py,v 1.5
7 2002/08/14 22:29:52 mj
Exp $'
__version__
=
'$Revision: 1.5
7
$'
[
11
:
-
2
]
from
DT_Util
import
parse_params
,
name_param
,
str
,
ustr
import
os
,
string
,
re
,
sys
...
...
lib/python/DocumentTemplate/DT_With.py
View file @
2639fcb7
...
...
@@ -33,8 +33,8 @@
'''
__rcs_id__
=
'$Id: DT_With.py,v 1.1
4 2001/11/28 15:50:55 matt
Exp $'
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: DT_With.py,v 1.1
5 2002/08/14 22:29:52 mj
Exp $'
__version__
=
'$Revision: 1.1
5
$'
[
11
:
-
2
]
from
DT_Util
import
parse_params
,
name_param
,
InstanceDict
,
render_blocks
,
str
from
DT_Util
import
TemplateDict
...
...
lib/python/DocumentTemplate/DTtestExpr.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
__doc__
=
'''short description
$Id: DTtestExpr.py,v 1.
7 2001/11/28 15:50:55 matt
Exp $'''
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
$Id: DTtestExpr.py,v 1.
8 2002/08/14 22:29:52 mj
Exp $'''
__version__
=
'$Revision: 1.
8
$'
[
11
:
-
2
]
from
DocumentTemplate
import
*
import
sys
...
...
lib/python/DocumentTemplate/DocumentTemplate.py
View file @
2639fcb7
...
...
@@ -105,7 +105,7 @@ Document Templates may be created 4 ways:
'''
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
ParseError
=
'Document Template Parse Error'
...
...
lib/python/DocumentTemplate/VSEval.py
View file @
2639fcb7
...
...
@@ -7,4 +7,3 @@ def careful_mul(env, *factors):
for
factor
in
factors
:
r
=
r
*
factor
return
r
lib/python/DocumentTemplate/__init__.py
View file @
2639fcb7
...
...
@@ -15,8 +15,8 @@ __doc__='''Package wrapper for Document Template
This wrapper allows the (now many) document template modules to be
segregated in a separate package.
$Id: __init__.py,v 1.1
6 2001/11/28 15:50:55 matt
Exp $'''
__version__
=
'$Revision: 1.1
6
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.1
7 2002/08/14 22:29:53 mj
Exp $'''
__version__
=
'$Revision: 1.1
7
$'
[
11
:
-
2
]
import
ExtensionClass
# work-around for import bug.
from
DocumentTemplate
import
String
,
File
,
HTML
,
HTMLDefault
,
HTMLFile
lib/python/DocumentTemplate/html_quote.py
View file @
2639fcb7
...
...
@@ -5,4 +5,3 @@ from ustr import ustr
def
html_quote
(
v
,
name
=
'(Unknown name)'
,
md
=
{}):
return
escape
(
ustr
(
v
),
1
)
lib/python/DocumentTemplate/pDocumentTemplate.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
__doc__
=
'''Python implementations of document template some features
$Id: pDocumentTemplate.py,v 1.3
5 2002/03/27 10:14:02 htrd
Exp $'''
__version__
=
'$Revision: 1.3
5
$'
[
11
:
-
2
]
$Id: pDocumentTemplate.py,v 1.3
6 2002/08/14 22:29:53 mj
Exp $'''
__version__
=
'$Revision: 1.3
6
$'
[
11
:
-
2
]
import
sys
,
types
...
...
lib/python/DocumentTemplate/sequence/SortEx.py
View file @
2639fcb7
...
...
@@ -14,7 +14,7 @@
Advanced sort support by Oleg Broytmann <phd@@phd.pp.ru> 23 Apr 2001
eg Sort(sequence, (("akey", "nocase"), ("anotherkey", "cmp", "desc")))
$Id: SortEx.py,v 1.
4 2002/02/07 17:47:42 andreasjung
Exp $
$Id: SortEx.py,v 1.
5 2002/08/14 22:29:53 mj
Exp $
"""
...
...
@@ -219,5 +219,3 @@ class SortBy:
# all functions returned 0 - identical sequences
return
0
lib/python/DocumentTemplate/sequence/__init__.py
View file @
2639fcb7
lib/python/DocumentTemplate/sequence/tests/testSequence.py
View file @
2639fcb7
lib/python/DocumentTemplate/sequence/tests/ztestlib.py
View file @
2639fcb7
class
standard_html
:
# Base class for using with ZTemplates
def
__init__
(
self
,
title
):
self
.
standard_html_header
=
"""<HTML>
...
...
lib/python/DocumentTemplate/tests/testDTML.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
"""Document Template Tests
"""
__rcs_id__
=
'$Id: testDTML.py,v 1.1
3 2002/08/14 15:46:58 chrism
Exp $'
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: testDTML.py,v 1.1
4 2002/08/14 22:29:53 mj
Exp $'
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
import
sys
,
os
import
unittest
...
...
lib/python/DocumentTemplate/tests/testDTMLUnicode.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
"""Document Template Tests
"""
__rcs_id__
=
'$Id: testDTMLUnicode.py,v 1.
2 2002/03/27 10:14:02 htrd
Exp $'
__version__
=
'$Revision: 1.
2
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: testDTMLUnicode.py,v 1.
3 2002/08/14 22:29:53 mj
Exp $'
__version__
=
'$Revision: 1.
3
$'
[
11
:
-
2
]
import
sys
,
os
import
unittest
...
...
lib/python/DocumentTemplate/tests/testustr.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
"""Document Template Tests
"""
__rcs_id__
=
'$Id: testustr.py,v 1.
2 2002/03/27 10:14:02 htrd
Exp $'
__version__
=
'$Revision: 1.
2
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: testustr.py,v 1.
3 2002/08/14 22:29:53 mj
Exp $'
__version__
=
'$Revision: 1.
3
$'
[
11
:
-
2
]
import
sys
,
os
import
unittest
...
...
lib/python/Products/PythonScripts/Extensions/RemotePS.py
View file @
2639fcb7
lib/python/Products/PythonScripts/PythonScript.py
View file @
2639fcb7
...
...
@@ -17,7 +17,7 @@ This product provides support for Script objects containing restricted
Python code.
"""
__version__
=
'$Revision: 1.4
2
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.4
3
$'
[
11
:
-
2
]
import
sys
,
os
,
traceback
,
re
,
marshal
from
Globals
import
DTMLFile
,
MessageDialog
,
package_home
...
...
lib/python/Products/PythonScripts/Utility.py
View file @
2639fcb7
...
...
@@ -13,7 +13,7 @@
"""Utility module for making simple security assertions for
Python scripts."""
__version__
=
'$Revision: 1.
5
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
# These have been relocated, and should be imported from AccessControl
...
...
lib/python/Products/PythonScripts/__init__.py
View file @
2639fcb7
...
...
@@ -11,8 +11,8 @@
#
##############################################################################
__doc__
=
'''Python Scripts Product Initialization
$Id: __init__.py,v 1.1
2 2002/06/20 14:48:38 Brian
Exp $'''
__version__
=
'$Revision: 1.1
2
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.1
3 2002/08/14 22:25:08 mj
Exp $'''
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
import
PythonScript
try
:
...
...
lib/python/Products/PythonScripts/help/PythonScript.py
View file @
2639fcb7
...
...
@@ -230,8 +230,3 @@ class PythonScript:
'text/plain' set on the RESPONSE.
"""
lib/python/Products/PythonScripts/help/Script.py
View file @
2639fcb7
lib/python/Products/PythonScripts/help/standard.py
View file @
2639fcb7
lib/python/Products/PythonScripts/module_access_examples.py
View file @
2639fcb7
...
...
@@ -65,8 +65,3 @@ from Globals import InitializeClass
# 'error_reply', 'error_temp', 'error_perm', 'error_proto')
# from httplib import NNTP
# allow_class(NNTP)
lib/python/Products/PythonScripts/standard.py
View file @
2639fcb7
...
...
@@ -18,7 +18,7 @@ Scripts. It can be accessed from Python with the statement
"import Products.PythonScripts.standard"
"""
__version__
=
'$Revision: 1.
8
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
9
$'
[
11
:
-
2
]
from
AccessControl
import
ModuleSecurityInfo
,
getSecurityManager
security
=
ModuleSecurityInfo
()
...
...
@@ -53,4 +53,3 @@ class DTML(RestrictedDTML, HTML):
finally
:
security
.
removeContext
(
self
)
security
.
apply
(
globals
())
lib/python/Products/PythonScripts/tests/testPythonScript.py
View file @
2639fcb7
...
...
@@ -166,4 +166,3 @@ def main():
if
__name__
==
'__main__'
:
main
()
lib/python/Products/Sessions/BrowserIdManager.py
View file @
2639fcb7
...
...
@@ -11,7 +11,7 @@
#
############################################################################
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
import
Globals
from
Persistence
import
Persistent
from
ZODB
import
TimeStamp
...
...
lib/python/Products/Sessions/SessionDataManager.py
View file @
2639fcb7
lib/python/Products/Sessions/SessionInterfaces.py
View file @
2639fcb7
lib/python/Products/Sessions/SessionPermissions.py
View file @
2639fcb7
lib/python/Products/Sessions/__init__.py
View file @
2639fcb7
...
...
@@ -13,7 +13,7 @@
"""
Session initialization routines
$Id: __init__.py,v 1.
6 2001/11/28 15:51:07 matt
Exp $
$Id: __init__.py,v 1.
7 2002/08/14 22:25:09 mj
Exp $
"""
import
ZODB
# this is for testrunner to be happy
...
...
lib/python/Products/Sessions/common.py
View file @
2639fcb7
lib/python/Products/Sessions/help/SessionInterfaces.py
View file @
2639fcb7
lib/python/Products/Sessions/stresstests/stresstestMultiThread.py
View file @
2639fcb7
...
...
@@ -216,4 +216,3 @@ def test_suite():
if
__name__
==
'__main__'
:
runner
=
TextTestRunner
(
verbosity
=
9
,
descriptions
=
9
)
runner
.
run
(
test_suite
())
lib/python/Products/Sessions/tests/testBrowserIdManager.py
View file @
2639fcb7
...
...
@@ -13,9 +13,9 @@
"""
Test suite for session id manager.
$Id: testBrowserIdManager.py,v 1.1
0 2002/08/10 19:28:38 chrism
Exp $
$Id: testBrowserIdManager.py,v 1.1
1 2002/08/14 22:25:10 mj
Exp $
"""
__version__
=
"$Revision: 1.1
0
$"
[
11
:
-
2
]
__version__
=
"$Revision: 1.1
1
$"
[
11
:
-
2
]
import
sys
import
ZODB
...
...
lib/python/Products/Sessions/tests/testSessionDataManager.py
View file @
2639fcb7
...
...
@@ -229,4 +229,3 @@ def test_suite():
if
__name__
==
'__main__'
:
runner
=
TextTestRunner
(
verbosity
=
9
,
descriptions
=
9
)
runner
.
run
(
test_suite
())
lib/python/Products/SiteAccess/AccessRule.py
View file @
2639fcb7
lib/python/Products/SiteAccess/Extensions/updata.py
View file @
2639fcb7
lib/python/Products/SiteAccess/SiteRoot.py
View file @
2639fcb7
lib/python/Products/SiteAccess/VirtualHostMonster.py
View file @
2639fcb7
lib/python/Products/SiteAccess/__init__.py
View file @
2639fcb7
lib/python/Products/SiteErrorLog/SiteErrorLog.py
View file @
2639fcb7
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Site error log module.
$Id: SiteErrorLog.py,v 1.
9 2002/06/29 18:46:45 chrism
Exp $
$Id: SiteErrorLog.py,v 1.
10 2002/08/14 22:25:11 mj
Exp $
"""
import
os
...
...
@@ -272,4 +272,3 @@ def manage_addErrorLog(dispatcher, RESPONSE=None):
RESPONSE
.
redirect
(
dispatcher
.
DestinationURL
()
+
'/manage_main?manage_tabs_message=Error+Log+Added.'
)
lib/python/Products/SiteErrorLog/__init__.py
View file @
2639fcb7
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Site error log product.
$Id: __init__.py,v 1.
2 2002/04/03 20:43:55 shane
Exp $
$Id: __init__.py,v 1.
3 2002/08/14 22:25:11 mj
Exp $
"""
import
SiteErrorLog
...
...
@@ -23,4 +23,3 @@ def initialize(context):
constructors
=
(
SiteErrorLog
.
manage_addErrorLog
,),
permission
=
SiteErrorLog
.
use_error_logging
,
icon
=
'www/error.gif'
)
lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py
View file @
2639fcb7
lib/python/Products/StandardCacheManagers/RAMCacheManager.py
View file @
2639fcb7
lib/python/Products/StandardCacheManagers/__init__.py
View file @
2639fcb7
lib/python/Products/TemporaryFolder/LowConflictConnection.py
View file @
2639fcb7
...
...
@@ -43,5 +43,3 @@ class LowConflictConnection(Connection):
d
=
object
.
__dict__
for
k
,
v
in
state
.
items
():
d
[
k
]
=
v
object
.
_p_serial
=
serial
lib/python/Products/TemporaryFolder/TemporaryFolder.py
View file @
2639fcb7
...
...
@@ -22,9 +22,9 @@ lives in another ZODB.
To understand this fully, you'll need to read the source of
ZODB.Mount.MountPoint.
$Id: TemporaryFolder.py,v 1.
6 2002/08/12 21:14:15 chrism
Exp $
$Id: TemporaryFolder.py,v 1.
7 2002/08/14 22:25:13 mj
Exp $
"""
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
import
Globals
from
Globals
import
HTMLFile
...
...
lib/python/Products/TemporaryFolder/TemporaryStorage.py
View file @
2639fcb7
...
...
@@ -17,10 +17,10 @@ MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of
non-cyclic garbage and it does rudimentary conflict resolution. This is a
ripoff of Jim's Packless bsddb3 storage.
$Id: TemporaryStorage.py,v 1.
9 2002/06/30 18:23:15 chrism
Exp $
$Id: TemporaryStorage.py,v 1.
10 2002/08/14 22:25:13 mj
Exp $
"""
__version__
=
'$Revision: 1.
9
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
10
$'
[
11
:
-
2
]
from
zLOG
import
LOG
,
BLATHER
from
ZODB.referencesf
import
referencesf
...
...
@@ -268,9 +268,3 @@ class TemporaryStorage(BaseStorage, ConflictResolvingStorage):
self
.
_takeOutGarbage
(
oid
)
finally
:
self
.
_lock_release
()
lib/python/Products/TemporaryFolder/__init__.py
View file @
2639fcb7
...
...
@@ -13,7 +13,7 @@
"""
Temporary Folder initialization routines
$Id: __init__.py,v 1.
5 2002/01/11 14:53:38 chrism
Exp $
$Id: __init__.py,v 1.
6 2002/08/14 22:25:13 mj
Exp $
"""
import
ZODB
# for testrunner to be happy
...
...
lib/python/Products/TemporaryFolder/patchfs.py
View file @
2639fcb7
lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py
View file @
2639fcb7
import
ZODB
from
ZODB.tests.MinPO
import
MinPO
from
Products.TemporaryFolder
import
TemporaryStorage
...
...
lib/python/Products/Transience/Transience.py
View file @
2639fcb7
...
...
@@ -13,10 +13,10 @@
"""
Transient Object Container Class ('timeslice'-based design).
$Id: Transience.py,v 1.2
7 2002/08/07 14:48:48 chrism
Exp $
$Id: Transience.py,v 1.2
8 2002/08/14 22:25:13 mj
Exp $
"""
__version__
=
'$Revision: 1.2
7
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.2
8
$'
[
11
:
-
2
]
import
Globals
from
Globals
import
HTMLFile
...
...
lib/python/Products/Transience/TransienceInterfaces.py
View file @
2639fcb7
lib/python/Products/Transience/TransientObject.py
View file @
2639fcb7
...
...
@@ -13,10 +13,10 @@
"""
Simple ZODB-based transient object implementation.
$Id: TransientObject.py,v 1.
8 2002/06/24 19:31:16 chrism
Exp $
$Id: TransientObject.py,v 1.
9 2002/08/14 22:25:13 mj
Exp $
"""
__version__
=
'$Revision: 1.
8
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
9
$'
[
11
:
-
2
]
from
Persistence
import
Persistent
from
Acquisition
import
Implicit
...
...
lib/python/Products/Transience/__init__.py
View file @
2639fcb7
...
...
@@ -13,7 +13,7 @@
"""
Transience initialization routines
$Id: __init__.py,v 1.
6 2001/11/28 15:51:09 matt
Exp $
$Id: __init__.py,v 1.
7 2002/08/14 22:25:13 mj
Exp $
"""
import
ZODB
# this is to help out testrunner, don't remove.
...
...
@@ -33,4 +33,3 @@ def initialize(context):
)
context
.
registerHelp
()
context
.
registerHelpTitle
(
'Zope Help'
)
lib/python/Products/Transience/help/TransienceInterfaces.py
View file @
2639fcb7
...
...
@@ -291,5 +291,3 @@ class MaxTransientObjectsExceeded:
from Products.Transience import MaxTransientObjectsExceeded
"""
lib/python/Products/Transience/tests/fauxtime.py
View file @
2639fcb7
...
...
@@ -9,4 +9,3 @@ def time():
def
sleep
(
duration
):
""" False sleep -- sleep for 1/10 the time specifed """
origtime
.
sleep
(
duration
/
10.0
)
lib/python/Products/Transience/tests/testTimeoutRelated.py
View file @
2639fcb7
lib/python/Products/Transience/tests/testTransientObject.py
View file @
2639fcb7
...
...
@@ -130,4 +130,3 @@ data = {
if
__name__
==
'__main__'
:
runner
=
TextTestRunner
(
verbosity
=
9
)
runner
.
run
(
test_suite
())
lib/python/Products/Transience/tests/testTransientObjectContainer.py
View file @
2639fcb7
...
...
@@ -456,4 +456,3 @@ def test_suite():
if
__name__
==
'__main__'
:
runner
=
TextTestRunner
(
verbosity
=
9
)
runner
.
run
(
test_suite
())
lib/python/Products/ZCTextIndex/BaseIndex.py
View file @
2639fcb7
lib/python/Products/ZCTextIndex/IIndex.py
View file @
2639fcb7
lib/python/Products/ZCTextIndex/ZCTextIndex.py
View file @
2639fcb7
lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
View file @
2639fcb7
lib/python/Products/ZCatalog/Catalog.py
View file @
2639fcb7
...
...
@@ -728,4 +728,3 @@ def mergeResults(r, has_sort_keys, reverse):
tmp
.
append
(
elt
)
size
+=
len
(
elt
)
return
LazyCat
(
tmp
,
size
)
lib/python/Products/ZCatalog/CatalogAwareness.py
View file @
2639fcb7
...
...
@@ -135,12 +135,3 @@ class CatalogAware:
for
item
in
obj
.
objectValues
():
self
.
reindex_all
(
self
,
item
)
return
'done!'
lib/python/Products/ZCatalog/CatalogBrains.py
View file @
2639fcb7
lib/python/Products/ZCatalog/CatalogPathAwareness.py
View file @
2639fcb7
...
...
@@ -133,11 +133,3 @@ class CatalogPathAware(CatalogAware):
nontrivial, we don't want to spend a lot of time on ZClasses, and
this works.
"""
lib/python/Products/ZCatalog/IZCatalog.py
View file @
2639fcb7
...
...
@@ -12,7 +12,7 @@
#
##############################################################################
"""
$Id: IZCatalog.py,v 1.
2 2002/08/14 19:10:14 caseman
Exp $
$Id: IZCatalog.py,v 1.
3 2002/08/14 22:25:15 mj
Exp $
"""
from
Interface
import
Interface
...
...
lib/python/Products/ZCatalog/Lazy.py
View file @
2639fcb7
...
...
@@ -10,8 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__doc__
=
'''$Id: Lazy.py,v 1.
6 2001/11/28 15:51:09 matt
Exp $'''
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
__doc__
=
'''$Id: Lazy.py,v 1.
7 2002/08/14 22:25:15 mj
Exp $'''
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
class
Lazy
:
...
...
lib/python/Products/ZCatalog/ZCatalog.py
View file @
2639fcb7
lib/python/Products/ZCatalog/ZCatalogIndexes.py
View file @
2639fcb7
...
...
@@ -11,7 +11,7 @@
#
##############################################################################
"""$Id: ZCatalogIndexes.py,v 1.
7 2002/06/28 17:25:23 caseman
Exp $
"""$Id: ZCatalogIndexes.py,v 1.
8 2002/08/14 22:25:15 mj
Exp $
"""
from
Globals
import
DTMLFile
,
InitializeClass
...
...
@@ -131,5 +131,3 @@ class OldCatalogWrapperObject(SimpleItem, Implicit):
def
__init__
(
self
,
o
):
self
.
index
=
o
lib/python/Products/ZCatalog/__init__.py
View file @
2639fcb7
...
...
@@ -43,4 +43,3 @@ def initialize(context):
context
.
registerHelp
()
context
.
registerHelpTitle
(
'Zope Help'
)
lib/python/Products/ZCatalog/help/Vocabulary.py
View file @
2639fcb7
...
...
@@ -54,5 +54,3 @@ class Vocabulary:
Return list of words.
"""
lib/python/Products/ZCatalog/help/ZCatalog.py
View file @
2639fcb7
...
...
@@ -211,4 +211,3 @@ class ZCatalog:
"""
Search the catalog, the same way as 'searchResults'.
"""
lib/python/Products/ZCatalog/regressiontests/keywords.py
View file @
2639fcb7
...
...
@@ -44,5 +44,3 @@ if __name__=="__main__":
k
=
Keywords
()
k
.
build
(
"/home/andreas/zope.mbox"
,
1000
)
lib/python/Products/ZCatalog/regressiontests/loadmail.py
View file @
2639fcb7
lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py
View file @
2639fcb7
...
...
@@ -707,4 +707,3 @@ def pdebug():
if
__name__
==
'__main__'
:
main
()
lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py
View file @
2639fcb7
...
...
@@ -239,4 +239,3 @@ if __name__=='__main__':
globals
()[
sys
.
argv
[
1
]]()
else
:
main
()
lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py
View file @
2639fcb7
lib/python/Products/ZCatalog/regressiontests/unittest_patched.py
View file @
2639fcb7
...
...
@@ -38,7 +38,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
__author__
=
"Steve Purcell"
__email__
=
"stephen_purcell@yahoo.com"
__version__
=
"$Revision: 1.
2
$"
[
11
:
-
2
]
__version__
=
"$Revision: 1.
3
$"
[
11
:
-
2
]
import
time
import
sys
...
...
lib/python/Products/ZCatalog/tests/testCatalog.py
View file @
2639fcb7
lib/python/Products/ZGadflyDA/DA.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
database_type
=
'Gadfly'
__doc__
=
'''%s Database Connection
$Id: DA.py,v 1.1
4 2002/05/27 12:27:25 chrisw
Exp $'''
%
database_type
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
$Id: DA.py,v 1.1
5 2002/08/14 22:25:17 mj
Exp $'''
%
database_type
__version__
=
'$Revision: 1.1
5
$'
[
11
:
-
2
]
from
db
import
DB
,
manage_DataSources
import
sys
,
DABase
,
Globals
...
...
@@ -94,4 +94,3 @@ class Connection(DABase.Connection):
return
self
finally
:
_connections_lock
.
release
()
lib/python/Products/ZGadflyDA/DABase.py
View file @
2639fcb7
...
...
@@ -12,8 +12,8 @@
##############################################################################
__doc__
=
'''Database Connection
$Id: DABase.py,v 1.1
1 2001/11/28 15:51:10 matt
Exp $'''
__version__
=
'$Revision: 1.1
1
$'
[
11
:
-
2
]
$Id: DABase.py,v 1.1
2 2002/08/14 22:25:17 mj
Exp $'''
__version__
=
'$Revision: 1.1
2
$'
[
11
:
-
2
]
from
db
import
manage_DataSources
import
Shared.DC.ZRDB.Connection
,
sys
...
...
lib/python/Products/ZGadflyDA/__init__.py
View file @
2639fcb7
...
...
@@ -12,8 +12,8 @@
##############################################################################
__doc__
=
'''Generic Database Adapter Package Registration
$Id: __init__.py,v 1.1
3 2001/11/28 15:51:10 matt
Exp $'''
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.1
4 2002/08/14 22:25:17 mj
Exp $'''
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
import
Globals
,
os
...
...
lib/python/Products/ZGadflyDA/db.py
View file @
2639fcb7
...
...
@@ -11,8 +11,8 @@
#
##############################################################################
'''$Id: db.py,v 1.1
2 2001/11/28 15:51:10 matt
Exp $'''
__version__
=
'$Revision: 1.1
2
$'
[
11
:
-
2
]
'''$Id: db.py,v 1.1
3 2002/08/14 22:25:17 mj
Exp $'''
__version__
=
'$Revision: 1.1
3
$'
[
11
:
-
2
]
import
os
from
string
import
strip
,
split
...
...
lib/python/Products/ZSQLMethods/SQL.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
__doc__
=
'''SQL Methods
$Id: SQL.py,v 1.2
0 2001/11/28 15:51:10 matt
Exp $'''
__version__
=
'$Revision: 1.2
0
$'
[
11
:
-
2
]
$Id: SQL.py,v 1.2
1 2002/08/14 22:25:18 mj
Exp $'''
__version__
=
'$Revision: 1.2
1
$'
[
11
:
-
2
]
import
Shared.DC.ZRDB.DA
from
Globals
import
DTMLFile
...
...
lib/python/Products/ZSQLMethods/__init__.py
View file @
2639fcb7
...
...
@@ -13,8 +13,8 @@
__doc__
=
'''SQL Method Product
$Id: __init__.py,v 1.1
7 2001/11/28 15:51:10 matt
Exp $'''
__version__
=
'$Revision: 1.1
7
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.1
8 2002/08/14 22:25:18 mj
Exp $'''
__version__
=
'$Revision: 1.1
8
$'
[
11
:
-
2
]
import
Shared.DC.ZRDB.Search
,
Shared
.
DC
.
ZRDB
.
Aqueduct
,
SQL
import
Shared.DC.ZRDB.RDB
import
Shared.DC.ZRDB.sqlvar
,
Shared
.
DC
.
ZRDB
.
sqlgroup
,
Shared
.
DC
.
ZRDB
.
sqltest
...
...
lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
View file @
2639fcb7
...
...
@@ -100,15 +100,3 @@ class ZSQLMethod:
the SQL Template.
"""
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