We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e187d commit ae84b9bCopy full SHA for ae84b9b
1 file changed
rmgpy/rmg/main.py
@@ -1145,7 +1145,7 @@ def makeProfileGraph(stats_file):
1145
`dot -Tpdf input.dot -o output.pdf`.
1146
"""
1147
try:
1148
- import gprof2dot
+ from gprof2dot import gprof2dot
1149
except ImportError:
1150
logging.warning('Package gprof2dot not found. Unable to create a graph of the profile statistics.')
1151
# `pip install gprof2dot` if you don't have it.
0 commit comments