INCR-402 python3 compatibility

This commit is contained in:
Ayub khan
2019-07-11 14:42:14 +05:00
parent 3e9f503de5
commit 6661745e77

View File

@@ -13,7 +13,7 @@
# limitations under the License.
LOOKUP = {}
from .paths import add_lookup, lookup_template, clear_lookups, save_lookups
from .paths import add_lookup, clear_lookups, lookup_template, save_lookups
class Engines(object):