aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/etree_loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up previous commit a little. renamed misc_logging to md_logging and ↵Waylan Limberg2010-07-061-2/+2
| | | | fixed imports. We import logging levels from logging directly and only import message from md_logging.
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-1/+1
| | | | if they desire.
* Refactoring test and getting logging to work properly when etree fails to load.Yuri Takhteyev2008-12-071-0/+3
|
* More refactoring.Yuri Takhteyev2008-11-181-0/+30