add Python3 support with six 39/36339/3
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 21 Jun 2017 21:57:13 +0000 (14:57 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 29 Jun 2017 06:08:14 +0000 (23:08 -0700)
commiteceefe7114bc5d0fc94ac77ee4e510c94c1a76bf
treecf24e060a2972701c3b6788ed0ed748c8168fe0f
parentf2149d0366a2dd7add11d017679307256632d372
add Python3 support with six

switch to relative imports for package file

use absolute imports in main
this requires renaming anteater.py to main.py
to avoid absolute import name conflict

update setup.py to indicate python 3.4 support

Change-Id: I0fcaf8a9825557962dc98a6a4eef490051fbbfb0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
anteater/main.py [moved from anteater/anteater.py with 86% similarity]
anteater/src/__init__.py
anteater/src/get_lists.py
anteater/src/patch_scan.py
anteater/src/project_scan.py
anteater/utils/__init__.py
anteater/utils/anteater_logger.py
setup.py
tasks.py