From f285f09d35839f746321f62cd08e83eb58d7dd42 Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Thu, 5 Mar 2015 17:17:37 +0100 Subject: [PATCH] Revert "accept_command: import urllib2" --- osclib/accept_command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osclib/accept_command.py b/osclib/accept_command.py index 9a9441e7..b39c636d 100644 --- a/osclib/accept_command.py +++ b/osclib/accept_command.py @@ -1,7 +1,6 @@ import re import urllib2 import warnings -import urllib2 from xml.etree import cElementTree as ET from osc.core import change_request_state