From 2a83507f90704709aa641b2eea64b33af26cb09f Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 19 Aug 2004 14:37:51 +0000 Subject: prepend /usr/bin/env to the interpreter path to make it work --- (limited to 'examples') diff --git a/examples/python/simple.py b/examples/python/simple.py index 0ac9bd2..44fcae7 100644 --- a/examples/python/simple.py +++ b/examples/python/simple.py @@ -1,4 +1,4 @@ -#!pyquicklauncher +#!/usr/bin/env pyquicklauncher # -*- coding: iso8859-15 -*- #--------------------------------------------------------------------------------------------------# """ =. This file is part of the PyQt examples collection -- cgit v0.9.0.2