Skip to content

Commit ad4f1b6

Browse files
committed
Fix missing import
1 parent a16cafe commit ad4f1b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roundup/cgi/templating.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
except ImportError:
6161
from itertools import izip_longest as zip_longest
6262

63+
from roundup.exceptions import RoundupException
64+
6365
def _import_markdown2():
6466
try:
6567
import markdown2, re

0 commit comments

Comments
 (0)