Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesko authored and Mi Yu committed Jan 15, 2018
1 parent c37c7a6 commit b9316cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/md2jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import subprocess
import shutil
import mistletoe
from plugins.jira_renderer import JIRARenderer
from jira_renderer import JIRARenderer

usageString = '%s <markdownfile>' % os.path.basename(sys.argv[0])
helpString = """
Expand Down

0 comments on commit b9316cc

Please sign in to comment.