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

index 3086deaa4035fa1afe6f3941ccb5df96a680d73c..b99eddf9cb446f167b16a707e8015a119e1ddfe0 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