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:
4efa5d2
)
remove unused import
author
Salim Fadhley
<sal@stodge.org>
Sat, 29 Jun 2013 23:49:49 +0000
(
00:49
+0100)
committer
Salim Fadhley
<sal@stodge.org>
Sat, 29 Jun 2013 23:49:49 +0000
(
00:49
+0100)
jenkinsapi/artifact.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/artifact.py
b/jenkinsapi/artifact.py
index 3153bf5ea7d1b36d23361cebc7db249afb5b60d2..ffb619c86f14f68b05c424ae360fb7fefbcc3d03 100644
(file)
--- a/
jenkinsapi/artifact.py
+++ b/
jenkinsapi/artifact.py
@@
-8,7
+8,6
@@
This module provides a class called Artifact which allows you to download object
and also access them as a stream.
"""
from __future__ import with_statement
-import urllib
import os
import logging
import hashlib