Merge "trivial: Remove leftover Python 2 code"

This commit is contained in:
Zuul
2020-05-18 13:06:05 +00:00
committed by Gerrit Code Review

View File

@@ -12,10 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
try:
import configparser
except ImportError:
import ConfigParser as configparser
import configparser
import os
import subprocess
import textwrap