diff options
Diffstat (limited to 'demo-project/configure')
-rwxr-xr-x | demo-project/configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/demo-project/configure b/demo-project/configure index 47022c2..61a2c2e 100755 --- a/demo-project/configure +++ b/demo-project/configure @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2013 Ben Longbons <b.r.longbons@gmail.com> # @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with attoconf. If not, see <http://www.gnu.org/licenses/>. -from __future__ import print_function, division, absolute_import - import os import sys |