projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d3b36
)
Remove redundant import
author
salimfadhley
<sal@stodge.org>
Sat, 15 Jun 2013 23:14:58 +0000
(
00:14
+0100)
committer
salimfadhley
<sal@stodge.org>
Sat, 15 Jun 2013 23:14:58 +0000
(
00:14
+0100)
jenkinsapi_tests/systests/test_nodes.py
patch
|
blob
|
history
diff --git
a/jenkinsapi_tests/systests/test_nodes.py
b/jenkinsapi_tests/systests/test_nodes.py
index 12b0336eab36d5fd5955ae7c00a99150dab18c5e..4fb3b902727bcab645f488420b5c1c41022d1462 100644
(file)
--- a/
jenkinsapi_tests/systests/test_nodes.py
+++ b/
jenkinsapi_tests/systests/test_nodes.py
@@
-1,7
+1,6
@@
'''
System tests for `jenkinsapi.jenkins` module.
'''
-import time
import logging
import unittest
from jenkinsapi.jenkins import Jenkins