DaanHoogland commented on code in PR #8497: URL: https://github.com/apache/cloudstack/pull/8497#discussion_r1448904224
########## systemvm/debian/opt/cloud/bin/configure.py: ########## @@ -21,8 +21,8 @@ import os import re import sys -import urllib -import urllib2 +import urllib.request, urllib.parse, urllib.error +import urllib.request, urllib.error, urllib.parse Review Comment: double imports? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
