Created
February 19, 2019 20:05
-
-
Save ianballou/0e5b5ddc9b9a55923e1621bb8dcb621e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> from networking_cisco.backwards_compatibility import neutron_version as nv | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "networking_cisco/backwards_compatibility/__init__.py", line 52, in <module> | |
from neutron.db import api as db_api | |
ImportError: cannot import name api |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment