INCR-428 python3 compatbility

This commit is contained in:
Ayub khan
2019-07-12 12:46:20 +05:00
parent 0cbb643c6d
commit 39d90628f3
5 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
Install bok-choy page objects for acceptance and end-to-end tests.
"""
from __future__ import absolute_import
import os
from setuptools import setup