
Taken from https://github.com/dshakhray/python-glareclient Change-Id: If0e7e5cd0e39281f725df21308a18ed6caa8a009
4 lines
180 B
Python
4 lines
180 B
Python
# This is here for compatibility purposes. Once all known OpenStack clients
|
|
# are updated to use glareclient.exc, this file should be removed
|
|
from glareclient.exc import * # noqa
|