update latex plugin to py3

This commit is contained in:
Yann Leboulanger
2013-01-29 12:28:48 +01:00
parent aa3fc9bfea
commit dccc279d6f
3 changed files with 36 additions and 31 deletions

View File

@@ -1 +1 @@
from latex import LatexPlugin
from .latex import LatexPlugin