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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user