##// END OF EJS Templates
@carreau comment's
Pierre Gerold -
Show More
@@ -1,6 +1,7 b''
1 1 """Implementation of magic functions that control various automatic behaviors.
2 2 """
3 3 from __future__ import print_function
4 from __future__ import absolute_import
4 5 #-----------------------------------------------------------------------------
5 6 # Copyright (c) 2012 The IPython Development Team.
6 7 #
@@ -1,6 +1,7 b''
1 1 """Implementation of basic magic functions."""
2 2
3 3 from __future__ import print_function
4 from __future__ import absolute_import
4 5
5 6 import io
6 7 import sys
@@ -1,6 +1,7 b''
1 1 """Implementation of code management magic functions.
2 2 """
3 3 from __future__ import print_function
4 from __future__ import absolute_import
4 5 #-----------------------------------------------------------------------------
5 6 # Copyright (c) 2012 The IPython Development Team.
6 7 #
@@ -1,6 +1,7 b''
1 1 """Implementation of configuration-related magic functions.
2 2 """
3 3 from __future__ import print_function
4 from __future__ import absolute_import
4 5 #-----------------------------------------------------------------------------
5 6 # Copyright (c) 2012 The IPython Development Team.
6 7 #
@@ -5,6 +5,7 b''
5 5 # Distributed under the terms of the Modified BSD License.
6 6
7 7 from __future__ import print_function
8 from __future__ import absolute_import
8 9
9 10 import ast
10 11 import bdb
General Comments 0
You need to be logged in to leave comments. Login now