packages: wicd/no-deepcopy.patch - updated (http://bugs.gentoo.org/show_bug...

uzsolt uzsolt at pld-linux.org
Thu Oct 7 23:21:38 CEST 2010


Author: uzsolt                       Date: Thu Oct  7 21:21:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated (http://bugs.gentoo.org/show_bug.cgi?id=333001#c3)

---- Files affected:
packages/wicd:
   no-deepcopy.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/wicd/no-deepcopy.patch
diff -u packages/wicd/no-deepcopy.patch:1.1 packages/wicd/no-deepcopy.patch:1.2
--- packages/wicd/no-deepcopy.patch:1.1	Tue Oct  5 22:59:31 2010
+++ packages/wicd/no-deepcopy.patch	Thu Oct  7 23:21:33 2010
@@ -48,3 +48,14 @@
              p.remove_option(sname, '_filename_')
          p._write_one()
  
+--- wicd-1.7.0/wicd/configmanager.py~	2010-01-15 05:49:11.000000000 +0100
++++ wicd-1.7.0/wicd/configmanager.py	2010-10-07 23:07:33.133465822 +0200
+@@ -35,7 +35,7 @@
+ class ConfigManager(RawConfigParser):
+     """ A class that can be used to manage a given configuration file. """
+     def __init__(self, path, debug=False, mark_whitespace="`'`"):
+-        RawConfigParser.__init__(self)
++        RawConfigParser.__init__(self,allow_no_value=True)
+         self.config_file = path
+         self.debug = debug
+         self.mrk_ws = mark_whitespace
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wicd/no-deepcopy.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list