trivial: Remove leftover Python 2 code

Python 3 FTW!

Change-Id: I8c02de1fb58b57dd07fc507ff9a0ac9654ed6e70
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane
2020-05-15 17:03:07 +01:00
parent f7fe7daea6
commit 6aa5e8ddd7

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