##// END OF EJS Templates
Merge pull request #6692 from blink1073/qtconsole-completion...
Merge pull request #6692 from blink1073/qtconsole-completion Improve handling of cursor_start and cursor_end for QtConsole completions.

File last commit:

r17191:2778607f
r18365:3f95fb30 merge
Show More
namespace.js
8 lines | 215 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
IPython.version = "3.0.0-dev";
return IPython;
});