diff --git a/configure.py b/configure.py index 282bc2b21c4100d6a10d4a84a2410fd7bb185eeb..63edd4b997e7a83f6d182359cbafe5078b126a60 100755 --- a/configure.py +++ b/configure.py @@ -1,5 +1,6 @@ -from __future__ import absolute_import #! /usr/bin/env python +from __future__ import absolute_import + from aksetup_helper import configure_frontend configure_frontend()