[gnome-shell] jhbuild wrapper: clean up imports



commit 221afde55ea7f24ad248f4305a1a0965766fe639
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu Apr 12 19:53:30 2012 +0200

    jhbuild wrapper: clean up imports
    
    Final commit in the series, remove imports that were only used
    by moved or deleted functionality.

 src/gnome-shell-jhbuild.in |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/src/gnome-shell-jhbuild.in b/src/gnome-shell-jhbuild.in
index d2f2e54..4ad7a02 100755
--- a/src/gnome-shell-jhbuild.in
+++ b/src/gnome-shell-jhbuild.in
@@ -1,30 +1,13 @@
 #! PYTHON@
 # -*- mode: Python; indent-tabs-mode: nil; -*-
 
-import atexit
-import datetime
-import dbus
-from dbus.mainloop.glib import DBusGMainLoop
-import gobject
-try:
-    import json
-except ImportError:
-    try:
-        import simplejson as json
-    except ImportError:
-        json = None
 import optparse
 import os
-import random
 import re
-import shutil
 import signal
 import subprocess
 import sys
-import tempfile
 import termios
-import time
-import errno
 
 def show_version(option, opt_str, value, parser):
     print "GNOME Shell @VERSION@"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]