Merge pull request #523 from gdetrez/make-example-compile

Make the example in ipython-kernel compile again
This commit is contained in:
Andrew Gibiansky 2015-07-04 10:00:51 -04:00
commit 807f8c9709

View File

@ -213,7 +213,7 @@ mkConfig var = KernelConfig
, displayResult = displayRes
, displayOutput = displayOut
, completion = langCompletion
, objectInfo = langInfo
, inspectInfo = langInfo
, run = parseAndRun
, debug = False
}