~ipython-contrib/ipython/qt-frontend

« back to all changes in this revision

Viewing changes to IPython/kernel/taskfc.py

  • Committer: muzgash
  • Date: 2010-04-16 20:25:49 UTC
  • mfrom: (1226.1.10 trunk-lp)
  • Revision ID: muzgash@he1-20100416202549-vxky0toyws1k6l51
Documentation for the project added

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from twisted.internet import defer
25
25
from twisted.python import components
26
26
 
27
 
from foolscap import Referenceable
 
27
try:
 
28
    from foolscap.api import Referenceable
 
29
except ImportError:
 
30
    from foolscap import Referenceable
28
31
 
29
32
from IPython.kernel import task as taskmodule
30
33
from IPython.kernel.clientinterfaces import (