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
25176ce9
Commit
25176ce9
authored
Jan 05, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up some imports
parent
ec8d1881
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
lib/python/Zope/Startup/tests/testStarter.py
lib/python/Zope/Startup/tests/testStarter.py
+3
-5
No files found.
lib/python/Zope/Startup/tests/testStarter.py
View file @
25176ce9
...
...
@@ -13,8 +13,10 @@
##############################################################################
""" Tests of the ZopeStarter class """
import
os
import
cStringIO
import
logging
import
os
import
sys
import
tempfile
import
unittest
...
...
@@ -23,7 +25,6 @@ import Zope.Startup
from
Zope.Startup
import
ZopeStarter
from
App.config
import
getConfiguration
,
setConfiguration
import
logging
TEMPNAME
=
tempfile
.
mktemp
()
TEMPPRODUCTS
=
os
.
path
.
join
(
TEMPNAME
,
"Products"
)
...
...
@@ -102,7 +103,6 @@ class ZopeStarterTestCase(unittest.TestCase):
def
testSetupStartupHandler
(
self
):
import
zLOG
import
sys
conf
=
self
.
load_config_text
(
"""
instancehome <<INSTANCE_HOME>>
debug-mode on
...
...
@@ -246,8 +246,6 @@ class ZopeStarterTestCase(unittest.TestCase):
def
testSetupConfiguredLoggers
(
self
):
import
zLOG
import
logging
import
sys
conf
=
self
.
load_config_text
(
"""
instancehome <<INSTANCE_HOME>>
debug-mode off
...
...
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