Add __all__ to specify modules which should be imported

This commit is contained in:
Rishabh Raj
2014-04-13 15:08:28 +05:30
parent 07970bd0b0
commit 62a91370f8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
__all__ = ['python_to_notebook']
import json
import copy
+1 -1
View File
@@ -80,7 +80,7 @@ from skimage import io
from skimage import transform
from skimage.util.dtype import dtype_range
from notebook import save_ipython_notebook
from notebook import python_to_notebook
LITERALINCLUDE = """