Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
isaak yansane-sisk
slapos.buildout
Commits
fcd17d4c
Commit
fcd17d4c
authored
Jul 13, 2008
by
Philipp von Weitershausen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a bunch of unused imports and added a missing one: errno.
Gotta love PyFlakes
parent
174abbca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
src/zc/buildout/testing.py
src/zc/buildout/testing.py
+2
-5
No files found.
src/zc/buildout/testing.py
View file @
fcd17d4c
...
...
@@ -16,11 +16,8 @@
$Id$
"""
import
BaseHTTPServer
,
ConfigParser
,
os
,
random
,
re
,
shutil
,
socket
,
sys
import
tempfile
,
threading
,
time
,
urllib2
,
unittest
from
zope.testing
import
doctest
,
renormalizing
import
BaseHTTPServer
,
os
,
random
,
re
,
shutil
,
socket
,
sys
import
tempfile
,
threading
,
time
,
urllib2
,
errno
import
pkg_resources
import
zc.buildout.buildout
...
...
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