This is part of a very gradual process to get Hue compatible with future versions of Python.
@@ -14,4 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from __future__ import absolute_import
+
from desktop.lib.metrics.registry import global_registry
@@ -14,6 +14,8 @@
import gc
import multiprocessing
import threading
@@ -15,6 +15,8 @@
import inspect
import json
import logging
import os
import re