From 27cecb0dbcf06f428a576aa494f22b2e0bef59e9 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 27 Sep 2011 15:24:55 -0400 Subject: [PATCH] Change shebang line in run_qt template. --- run_template_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_template_qt.py b/run_template_qt.py index c3897d1c..ec732c85 100644 --- a/run_template_qt.py +++ b/run_template_qt.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.1 +#!/usr/bin/env python3 # Copyright 2011 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file,