##// END OF EJS Templates
fix bug in mathjax...
Paul Ivanov -
Show More
@@ -259,7 +259,7 b' def main() :'
259 259 if __name__ == '__main__' :
260 260 sys.exit(main())
261 261
262 __all__ = ['install_mathjax', 'main', 'dest']
262 __all__ = ['install_mathjax', 'main', 'default_dest']
263 263
264 264 """
265 265 Test notes:
General Comments 0
You need to be logged in to leave comments. Login now