Skip to content

Commit 00a5b7a

Browse files
committed
Cleanup
1 parent 9a0c20d commit 00a5b7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/runner.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
from __future__ import print_function
54
import difflib
65
import json
76
import os
87
import re
98
import subprocess
109
import unittest
1110

12-
DLN = '======================================================================'
13-
SLN = '----------------------------------------------------------------------'
1411
TEST_ROOT = os.path.dirname(__file__)
1512
PROJECT_ROOT = os.path.dirname(TEST_ROOT)
1613
HOEDOWN = [os.path.abspath(os.path.join(PROJECT_ROOT, 'hoedown'))]

0 commit comments

Comments
 (0)