]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-5.4.12-fix-rpmpython-module-import-init.patch
make perl's heredoc matching more generic to get rid of bogus reqs; rel 6
[packages/rpm.git] / rpm-5.4.12-fix-rpmpython-module-import-init.patch
1 --- rpm-5.4.12/rpmio/rpmpython.c.modload~       2013-08-08 21:39:28.605164699 +0200
2 +++ rpm-5.4.12/rpmio/rpmpython.c        2013-08-08 21:39:10.913948618 +0200
3 @@ -66,9 +66,9 @@ static rpmpython rpmpythonGetPool(/*@nul
4  /*@unchecked@*/
5  #if defined(MODULE_EMBED)
6  static const char * _rpmpythonI_init = "\
7 -import sys\n\
8 -from cStringIO import StringIO\n\
9 -sys.stdout = StringIO()\n\
10 +import sys;\
11 +from cStringIO import StringIO;\
12 +sys.stdout = StringIO();\
13  ";
14  #endif
15  
This page took 0.087102 seconds and 3 git commands to generate.