Skip to content

Commit

Permalink
Fix configure.py shebang, reported by Tomasz Rybak
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 30, 2015
1 parent a8aca98 commit a46719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
@@ -1,5 +1,5 @@
from __future__ import absolute_import
#! /usr/bin/env python

from __future__ import absolute_import
from aksetup_helper import configure_frontend
configure_frontend()

0 comments on commit a46719b

Please sign in to comment.