keep this beacon from stack tracing at the loader (#34825)

This commit is contained in:
Thomas S Hatch 2016-07-20 14:55:22 -06:00 committed by Nicole Thomas
parent b9db0b0036
commit 7bda166e9d

View File

@ -9,6 +9,7 @@ from __future__ import absolute_import
# Import third party libs
try:
from pyroute2.ipdb import IPDB
IP = IPDB()
HAS_PYROUTE2 = True
except ImportError:
HAS_PYROUTE2 = False
@ -29,8 +30,6 @@ ATTRS = ['family', 'txqlen', 'ipdb_scope', 'index', 'operstate', 'group',
LAST_STATS = {}
IP = IPDB()
class Hashabledict(dict):
'''