Skip to content

Commit

Permalink
Make use of basestring compatible with python 3.x
Browse files Browse the repository at this point in the history
Change-Id: I0450332d1d07b9143c6aad012b3dbdf347bb9864
  • Loading branch information
morucci authored and Gerrit Code Review committed Apr 5, 2018
1 parent 372a3bd commit 371e8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rdopkg/actionmods/rdoinfo.py
@@ -1,4 +1,5 @@
from __future__ import print_function
from past.builtins import basestring
import collections
import imp
import re
Expand Down
1 change: 1 addition & 0 deletions rdopkg/helpers.py
@@ -1,4 +1,5 @@
from __future__ import print_function
from past.builtins import basestring
import collections
import contextlib
import os
Expand Down

0 comments on commit 371e8ad

Please sign in to comment.