Merge "Fix osprofiler breakage for admin utils"

This commit is contained in:
Jenkins 2016-11-01 18:55:27 +00:00 committed by Gerrit Code Review
commit eeb32fd23d

View File

@ -18,6 +18,7 @@ import sys
from vmware_nsx._i18n import _LI, _
from neutron.callbacks import registry
from neutron.common import profiler # noqa
from vmware_nsx.shell import resources as nsxadmin
LOG = logging.getLogger(__name__)