Be consistent with __future__ imports

This commit is contained in:
MinchinWeb 2018-04-10 20:41:01 -06:00
parent 50ed4e4b52
commit cd156b503b
8 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,5 @@
from __future__ import absolute_import, unicode_literals
from behave import *
import shutil
import os