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
ee5665d4
Commit
ee5665d4
authored
Jul 15, 1999
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of unused regex import.
parent
fb76d2fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
lib/python/Products/ExternalMethod/ExternalMethod.py
lib/python/Products/ExternalMethod/ExternalMethod.py
+2
-2
lib/python/Products/MailHost/MailHost.py
lib/python/Products/MailHost/MailHost.py
+3
-3
No files found.
lib/python/Products/ExternalMethod/ExternalMethod.py
View file @
ee5665d4
...
...
@@ -88,12 +88,12 @@
This product provides support for external methods, which allow
domain-specific customization of web environments.
"""
__version__
=
'$Revision: 1.
29
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
30
$'
[
11
:
-
2
]
from
Acquisition
import
Explicit
from
Globals
import
Persistent
,
HTMLFile
,
MessageDialog
,
HTML
import
OFS.SimpleItem
from
string
import
split
,
join
,
find
,
lower
import
AccessControl.Role
,
sys
,
os
,
regex
,
traceback
import
AccessControl.Role
,
sys
,
os
,
traceback
from
OFS.SimpleItem
import
pretty_tb
from
App.Extensions
import
getObject
,
getPath
,
FuncCode
from
Globals
import
DevelopmentMode
...
...
lib/python/Products/MailHost/MailHost.py
View file @
ee5665d4
...
...
@@ -88,13 +88,13 @@ from Globals import Persistent, HTMLFile, HTML, MessageDialog
from
socket
import
*
;
from
select
import
select
from
AccessControl.Role
import
RoleManager
from
operator
import
truth
import
Acquisition
,
sys
,
ts_regex
,
string
,
types
,
mimetools
import
Acquisition
,
sys
,
string
,
types
,
mimetools
import
OFS.SimpleItem
,
re
,
quopri
,
rfc822
import
Globals
from
cStringIO
import
StringIO
#$Id: MailHost.py,v 1.4
2 1999/04/29 19:21:31
jim Exp $
__version__
=
"$Revision: 1.4
2
$"
[
11
:
-
2
]
#$Id: MailHost.py,v 1.4
3 1999/07/15 16:28:50
jim Exp $
__version__
=
"$Revision: 1.4
3
$"
[
11
:
-
2
]
smtpError
=
"SMTP Error"
MailHostError
=
"MailHost Error"
...
...
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