Skip to content

Commit

Permalink
rename nbconvert2 / nbconvert
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Mar 23, 2013
1 parent 1ef1a69 commit 44dcde7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,3 +1,3 @@
[submodule "nbconvert2"] [submodule "nbconvert"]
path = nbconvert2 path = nbconvert
url = git://github.com/ipython/nbconvert.git url = git://github.com/ipython/nbconvert.git
2 changes: 1 addition & 1 deletion gist.py
Expand Up @@ -5,7 +5,7 @@


from nbformat import current as nbformat from nbformat import current as nbformat


from nbconvert2.converters.template import ConverterTemplate from nbconvert.converters.template import ConverterTemplate


from flask import Flask , request, render_template from flask import Flask , request, render_template
from flask import redirect, abort, Response from flask import redirect, abort, Response
Expand Down
Submodule nbconvert updated from 000000 to 2de4b6

0 comments on commit 44dcde7

Please sign in to comment.