Skip to content

Commit 2892217

Browse files
committed
Update support info
1 parent 5dfdcbc commit 2892217

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

support.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,6 @@ def run(self):
9393
except Exception:
9494
info["mdpopups_version"] = 'Version could not be acquired!'
9595

96-
try:
97-
import markdown
98-
info["markdown_version"] = format_version(markdown, 'version')
99-
except Exception:
100-
info["markdown_version"] = 'Version could not be acquired!'
101-
102-
try:
103-
import jinja2
104-
info["jinja_version"] = format_version(jinja2, '__version__')
105-
except Exception:
106-
info["jinja_version"] = 'Version could not be acquired!'
107-
108-
try:
109-
import pygments
110-
info["pygments_version"] = format_version(pygments, '__version__')
111-
except Exception:
112-
info["pygments_version"] = 'Version could not be acquired!'
113-
11496
msg = textwrap.dedent(
11597
"""\
11698
- ST ver.: %(version)s
@@ -119,9 +101,6 @@ def run(self):
119101
- Plugin ver.: %(plugin_version)s
120102
- Install via PC: %(pc_install)s
121103
- mdpopups ver.: %(mdpopups_version)s
122-
- markdown ver.: %(markdown_version)s
123-
- pygments ver.: %(pygments_version)s
124-
- jinja2 ver.: %(jinja_version)s
125104
""" % info
126105
)
127106

0 commit comments

Comments
 (0)