Update hacking for Python3

The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: Ic161a8f88c28d88898863e5b9d9380016fbb0d08
This commit is contained in:
Andreas Jaeger
2020-03-31 12:11:21 +02:00
parent 526350eaee
commit e25df2943d
8 changed files with 13 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
# flake8: noqa: F405
from keystoneclient.auth.base import * # noqa
from keystoneclient.auth.cli import * # noqa

View File

@@ -10,6 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
# flake8: noqa: F405
from keystoneclient.auth.identity.v3.base import * # noqa
from keystoneclient.auth.identity.v3.federated import * # noqa
from keystoneclient.auth.identity.v3.password import * # noqa