Commit bfcda5fe by Christian Duvholt

Move future import to the top

All from __future__ imports have to be at the top of the file.
parent 0d10395f
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import unicode_literals from __future__ import unicode_literals
""" """
Code modified from: Code modified from:
...@@ -40,7 +41,6 @@ Negative examples: ...@@ -40,7 +41,6 @@ Negative examples:
'<p>del.icio.us</p>' '<p>del.icio.us</p>'
""" """
from __future__ import absolute_import
import markdown import markdown
import re import re
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment