Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-08-25 18:30:21 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-08-25 18:30:21 (GMT)
commit91b88a0b52041ccdf67d0ca9c7e761554ab0b231 (patch)
tree29eac815b33d2104e7f347f3a3f6e3af62f2c82d /bin
parent777e94a8e7bc69da0846d2698908de951b7da8aa (diff)
Some pylint fixes
Diffstat (limited to 'bin')
-rw-r--r--bin/sugar-session2
1 files changed, 0 insertions, 2 deletions
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()