SOURCES: luma-python.patch (NEW) - call python directly avoiding e...

glen glen at pld-linux.org
Wed Mar 15 19:29:08 CET 2006


Author: glen                         Date: Wed Mar 15 18:29:08 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- call python directly avoiding env dep

---- Files affected:
SOURCES:
   luma-python.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/luma-python.patch
diff -u /dev/null SOURCES/luma-python.patch:1.1
--- /dev/null	Wed Mar 15 19:29:08 2006
+++ SOURCES/luma-python.patch	Wed Mar 15 19:29:02 2006
@@ -0,0 +1,8 @@
+--- luma-2.3/lib/luma/luma.py~	2006-03-14 18:16:25.000000000 +0200
++++ luma-2.3/lib/luma/luma.py	2006-03-15 20:23:37.000000000 +0200
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#!/usr/bin/python
+ # -*- coding: <utf-8> -*-
+ 
+ ###########################################################################
================================================================


More information about the pld-cvs-commit mailing list