[SCM] GUI front-end for Debian Live. branch, master, updated. 612af879898607b23ce2e07fcc9a4f9ae68b5f06

Chris Lamb chris at chris-lamb.co.uk
Tue Mar 4 15:34:29 UTC 2008


The following commit has been merged in the master branch:
commit 573f4ff1abdfb8d39b705b3e0999392c5644a8b2
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Mar 4 15:29:55 2008 +0000

    Back DebianLive.Config.__repr__ onto __str__.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/DebianLive/__init__.py b/DebianLive/__init__.py
index e63f47e..a631532 100644
--- a/DebianLive/__init__.py
+++ b/DebianLive/__init__.py
@@ -31,6 +31,9 @@ class Config(object):
         from pprint import pformat
         return '<DebianLive.Config dir="%s" %s>' % (self.dir, pformat(self.children))
 
+    def __repr__(self):
+        return self.__str__()
+
     def save(self):
         for elem in self.children.values():
             elem.save()

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list