diff options
Diffstat (limited to 'api/base.py')
-rw-r--r-- | api/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/base.py b/api/base.py index 7671527d4..527008588 100644 --- a/api/base.py +++ b/api/base.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 import re import importlib import logging |