Skip to content

Commit f2e0788

Browse files
committed
Use resource_string function from galaxy.util
1 parent 1eeb3a0 commit f2e0788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

planemo/reports/build_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import base64
22

33
from galaxy.util import strip_control_characters
4+
from galaxy.util.resources import resource_string
45
from jinja2 import (
56
Environment,
67
PackageLoader,
78
)
8-
from pkg_resources import resource_string
99

1010
TITLE = "Results (powered by Planemo)"
1111

0 commit comments

Comments
 (0)