summaryrefslogtreecommitdiffstats
path: root/base/common/python/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python/conf.py')
-rw-r--r--base/common/python/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/common/python/conf.py b/base/common/python/conf.py
index 67c59e610..ee5d028d1 100644
--- a/base/common/python/conf.py
+++ b/base/common/python/conf.py
@@ -11,7 +11,9 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys, os
+from __future__ import absolute_import
+import sys
+import os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the