Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-12-02 17:44:26 +0300
committerYann Leboulanger <asterix@lagaule.org>2008-12-02 17:44:26 +0300
commite2118de64ccc1c40fdae04ba3a3a522137a8ef24 (patch)
treeb6b671c829a36f66f58d8cebad463cb4cda78c5b /src/ipython_view.py
parent983301d5893be622f573fbc7e40d58351aaf4686 (diff)
[thorstenp] remove useless import
Diffstat (limited to 'src/ipython_view.py')
-rw-r--r--src/ipython_view.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipython_view.py b/src/ipython_view.py
index 08b19cda9..a58efcfef 100644
--- a/src/ipython_view.py
+++ b/src/ipython_view.py
@@ -48,7 +48,6 @@ import sys
import os
import pango
from StringIO import StringIO
-import thread
try:
import IPython