Remove an unused imported module
The urlparse module is imported in neutronclient/client.py but not used, so we can safely remove it. Change-Id: Ia9e950e754d00ee4f28172f3e685b892748991e2
This commit is contained in:
@@ -21,11 +21,6 @@ except ImportError:
|
||||
import simplejson as json
|
||||
import logging
|
||||
import os
|
||||
import urlparse
|
||||
# Python 2.5 compat fix
|
||||
if not hasattr(urlparse, 'parse_qsl'):
|
||||
import cgi
|
||||
urlparse.parse_qsl = cgi.parse_qsl
|
||||
|
||||
import httplib2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user