jhbuild wrapper: clean up imports

Final commit in the series, remove imports that were only used
by moved or deleted functionality.
This commit is contained in:
Giovanni Campagna 2012-04-12 19:53:30 +02:00
parent 0ae87270ad
commit 221afde55e

View File

@ -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@"