allow import of txt and add todo on database

This commit is contained in:
Benjamin Bertrand
2016-01-12 09:51:31 +03:00
parent fef1b08e9e
commit 397f67db05
3 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ from .expression import Expression
from .polynom import Polynom
from .fraction import Fraction
from .random_expression import random_str
#from .render import txt,tex
from .render import txt
# -----------------------------