Rename test_utils to utils, because it contains no tests.

This commit is contained in:
Frank Smit 2015-07-13 17:02:54 +02:00
parent efdc1e7cad
commit 25cca7c179
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from glob import glob
from chibitest import TestCase, ok
from misaka import Markdown, HtmlRenderer
from test_utils import clean_html
from utils import clean_html
class MarkdownConformanceTest_10(TestCase):