From de691a5ba266155fc5c65cbb29fdf7644bab0f4b Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 25 Jul 2013 11:47:20 -0700 Subject: [PATCH] Part way through adding 'flavor' support --- IPython/nbconvert/exporters/python.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/IPython/nbconvert/exporters/python.py b/IPython/nbconvert/exporters/python.py index b6bae643e..9fe2a94ff 100644 --- a/IPython/nbconvert/exporters/python.py +++ b/IPython/nbconvert/exporters/python.py @@ -29,7 +29,3 @@ class PythonExporter(Exporter): file_extension = Unicode( 'py', config=True, help="Extension of the file that should be written to disk") - - template_file = Unicode( - 'python', config=True, - help="Name of the template file to use")