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