accept_command: import urllib2

This commit is contained in:
Dominique Leuenberger 2015-03-05 16:49:20 +01:00
parent d2fa8770ea
commit a3941eaa2e

View File

@ -1,5 +1,6 @@
import re
import warnings
import urllib2
from xml.etree import cElementTree as ET
from osc.core import change_request_state