From 221afde55ea7f24ad248f4305a1a0965766fe639 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 12 Apr 2012 19:53:30 +0200 Subject: [PATCH] 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 file changed, 17 deletions(-) diff --git a/src/gnome-shell-jhbuild.in b/src/gnome-shell-jhbuild.in index d2f2e545c..4ad7a02e9 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@"