[SCM] live-magic branch, master, updated. 1.11-6-gbad04e8

Chris Lamb lamby at debian.org
Mon Aug 2 04:55:17 UTC 2010


The following commit has been merged in the master branch:
commit ab4a5b8e212f8aa07d4e94095c32134b2ca03344
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Aug 2 00:45:47 2010 -0400

    Remove a bunch of unused imports.

diff --git a/DebianLive/utils/sources_list.py b/DebianLive/utils/sources_list.py
index 8f62cde..278863d 100644
--- a/DebianLive/utils/sources_list.py
+++ b/DebianLive/utils/sources_list.py
@@ -16,7 +16,6 @@
 #   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 os
 import re
 
 from DebianLive.elements import KeyVar
diff --git a/LiveMagic/controllers/build.py b/LiveMagic/controllers/build.py
index c98da20..a1bbbbf 100644
--- a/LiveMagic/controllers/build.py
+++ b/LiveMagic/controllers/build.py
@@ -18,7 +18,6 @@
 
 import os
 import pwd
-import sys
 import gobject
 import subprocess
 
diff --git a/LiveMagic/controllers/main.py b/LiveMagic/controllers/main.py
index 9e53fd8..2452d75 100644
--- a/LiveMagic/controllers/main.py
+++ b/LiveMagic/controllers/main.py
@@ -19,7 +19,6 @@
 import os
 import gtk
 import pwd
-import sys
 
 from LiveMagic.utils import find_resource
 
diff --git a/LiveMagic/controllers/wizard.py b/LiveMagic/controllers/wizard.py
index f8e5c7d..21a8efa 100644
--- a/LiveMagic/controllers/wizard.py
+++ b/LiveMagic/controllers/wizard.py
@@ -19,7 +19,6 @@
 import os
 import gtk
 import time
-import popen2
 import shutil
 import gobject
 import threading
diff --git a/LiveMagic/views/build.py b/LiveMagic/views/build.py
index eb11681..7726be0 100644
--- a/LiveMagic/views/build.py
+++ b/LiveMagic/views/build.py
@@ -17,7 +17,6 @@
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import vte
-import gtk
 import gobject
 
 class BuildView(object):
diff --git a/LiveMagic/views/main.py b/LiveMagic/views/main.py
index 6026fbc..38e008c 100644
--- a/LiveMagic/views/main.py
+++ b/LiveMagic/views/main.py
@@ -16,9 +16,6 @@
 #   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 gtk
-import gobject
-
 class MainView(object):
     def __init__(self):
         self.controller.view = self
diff --git a/debian/changelog b/debian/changelog
index 6a75fb9..2f61191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 live-magic (1.12) UNRELEASED; urgency=low
 
   * Make live.debian.net the canonical Git repo for live-magic.
+  * Remove a bunch of unused imports.
 
  -- Chris Lamb <lamby at debian.org>  Mon, 02 Aug 2010 00:41:11 -0400
 

-- 
live-magic



More information about the debian-live-changes mailing list