Remove a redundant import
authorsalimfadhley <sal@stodge.org>
Sun, 23 Jun 2013 06:26:10 +0000 (07:26 +0100)
committerSalim Fadhley <sal@stodge.org>
Sun, 23 Jun 2013 20:21:53 +0000 (21:21 +0100)
jenkinsapi/mutable_jenkins_thing.py

index 3086dea..b99eddf 100644 (file)
@@ -1,7 +1,6 @@
-import urlparse
-
 class MutableJenkinsThing(object):
     """
+    A mixin for certain mutable objects which can be renamed and deleted.
     """
     def get_delete_url(self):
         return '%s/doDelete' % self.baseurl