python 3.5 support

This commit is contained in:
2017-07-09 09:49:03 +02:00
parent dadf859905
commit c8bc3093c7
37 changed files with 89 additions and 64 deletions

View File

@ -1,5 +1,5 @@
# coding: utf-8
from autopath import do_autopath
from .autopath import do_autopath
do_autopath()
from py.test import raises