remove unused import
authorSalim Fadhley <sal@stodge.org>
Sat, 29 Jun 2013 23:49:49 +0000 (00:49 +0100)
committerSalim Fadhley <sal@stodge.org>
Sat, 29 Jun 2013 23:49:49 +0000 (00:49 +0100)
jenkinsapi/artifact.py

index 3153bf5..ffb619c 100644 (file)
@@ -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