]> git.pld-linux.org Git - packages/wicd.git/commitdiff
- updated (http://bugs.gentoo.org/show_bug.cgi?id=333001#c3)
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 7 Oct 2010 21:21:33 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    no-deepcopy.patch -> 1.2

no-deepcopy.patch

index f579d9d8f239a1047e9739b35a1df0eeff03a4e6..02c046bb9e1a9845693a72e1f4e6fbc00228302f 100644 (file)
              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
This page took 0.031921 seconds and 4 git commands to generate.