diff options
Diffstat (limited to 'api/conf.py')
-rw-r--r-- | api/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/conf.py b/api/conf.py index 3d9d190a0..abaf34a1f 100644 --- a/api/conf.py +++ b/api/conf.py @@ -6,6 +6,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +from __future__ import absolute_import from pyroute2 import IPDB |