##// END OF EJS Templates
Fixed global IPython namespace.
Jonathan Frederic -
Show More
@@ -1,8 +1,8 b''
1 // Copyright (c) IPython Development Team.
1 // Copyright (c) IPython Development Team.
2 // Distributed under the terms of the Modified BSD License.
2 // Distributed under the terms of the Modified BSD License.
3
3
4 var IPython = IPython || {};
4 define([], function(){
5 define([], function(){
5 var IPython = IPython || {};
6 IPython.version = "3.0.0-dev";
6 IPython.version = "3.0.0-dev";
7 return IPython;
7 return IPython;
8 });
8 });
General Comments 0
You need to be logged in to leave comments. Login now