Browse Source

absolute import in service

Gamaliel Espinoza 7 years ago
parent
commit
a980a2034b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ondemand/service.py

+ 1 - 1
ondemand/service.py

@@ -1,5 +1,5 @@
 # -*- coding: utf8 -*-
-from __future__ import print_function
+from __future__ import print_function, absolute_import
 from tornado.ioloop import IOLoop
 from tornado.web import Application
 from fourier.api.client import Client, ConnectionError