We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16cafe commit ad4f1b6Copy full SHA for ad4f1b6
roundup/cgi/templating.py
@@ -60,6 +60,8 @@
60
except ImportError:
61
from itertools import izip_longest as zip_longest
62
63
+from roundup.exceptions import RoundupException
64
+
65
def _import_markdown2():
66
try:
67
import markdown2, re
0 commit comments