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

Chris Lamb lamby at debian.org
Wed Jul 8 23:54:40 UTC 2009


The following commit has been merged in the master branch:
commit cc0712639b2be6bfe81b290367e1542167e10ae8
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 9 00:13:51 2009 +0100

    Add missing import so we don't fail with a misleading error when GTK fails to initialise.

diff --git a/LiveMagic/__init__.py b/LiveMagic/__init__.py
index c8b9e0b..1f16acd 100644
--- a/LiveMagic/__init__.py
+++ b/LiveMagic/__init__.py
@@ -16,6 +16,7 @@
 #   You should have received a copy of the GNU General Public License
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+import sys
 import pygtk
 pygtk.require('2.0')
 import gtk
diff --git a/debian/changelog b/debian/changelog
index e1bffd5..b93b10c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ live-magic (1.7) UNRELEASED; urgency=low
   * Only delete build directory if we created it. This is not only safer, but
     fixes a weird bug where Live Magic deletes its own DebianLive Python module
     when run from Git (as that directory is considered a build directory).
+  * Add missing import so we don't fail with a misleading error when GTK fails
+    to initialise.
 
  -- Chris Lamb <lamby at debian.org>  Wed, 08 Jul 2009 22:26:23 +0100
 

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list