SOURCES: startupmanager-encoding.patch (NEW) - python and utf-8

wolvverine wolvverine at pld-linux.org
Sat May 26 11:20:24 CEST 2007


Author: wolvverine                   Date: Sat May 26 09:20:24 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- python and utf-8

---- Files affected:
SOURCES:
   startupmanager-encoding.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/startupmanager-encoding.patch
diff -u /dev/null SOURCES/startupmanager-encoding.patch:1.1
--- /dev/null	Sat May 26 11:20:24 2007
+++ SOURCES/startupmanager-encoding.patch	Sat May 26 11:20:19 2007
@@ -0,0 +1,11 @@
+diff -ur startupmanager-1.0.4.orig/setup.py startupmanager-1.0.4/setup.py
+--- startupmanager-1.0.4.orig/setup.py	2007-02-26 12:33:56.000000000 +0000
++++ startupmanager-1.0.4/setup.py	2007-05-18 06:55:09.000000000 +0000
+@@ -1,5 +1,5 @@
+ #!/usr/bin/env python
+-
++# -*- coding: utf-8 -*-
+ from distutils.core import setup
+ import glob, os, commands, sys
+ 
+Only in startupmanager-1.0.4: setup.py~
================================================================


More information about the pld-cvs-commit mailing list