From 91b88a0b52041ccdf67d0ca9c7e761554ab0b231 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 25 Aug 2009 18:30:21 +0000 Subject: Some pylint fixes --- (limited to 'bin') diff --git a/bin/sugar-session b/bin/sugar-session index 18bb06c..308fa92 100644 --- a/bin/sugar-session +++ b/bin/sugar-session @@ -24,7 +24,6 @@ if os.environ.get('SUGAR_LOGGER_LEVEL', '') == 'debug': print '%r STARTUP: Starting the shell' % time.time() sys.stdout.flush() -import shutil import gettext import logging @@ -171,7 +170,6 @@ def setup_keyboard_cb(gconf_client): configrec.activate(engine) except: logging.exception('Error during keyboard configuration') - pass def main(): cleanup_logs() -- cgit v0.9.1