migrate imports for neutron.callbacks.* to neutron_lib

Change-Id: I56d8d1080494a91483deadcea9f6f68a4398eec1
This commit is contained in:
Mark McClain 2017-06-07 18:29:01 +00:00
parent a0c46007f4
commit b22a53b5cd
1 changed files with 3 additions and 4 deletions

View File

@ -13,14 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from neutron_lib.callbacks import events
from neutron_lib.callbacks import registry
from neutron_lib.callbacks import resources
from oslo_log import helpers as log_helpers
from oslo_log import log as logging
from oslo_utils import excutils
from neutron.callbacks import events
from neutron.callbacks import registry
from neutron.callbacks import resources
from networking_arista._i18n import _LE
LOG = logging.getLogger(__name__)