rearrange slimer.js places

workspace
Brendan Howell 8 years ago
parent 240b6c5e63
commit 252c3cf4b2

@ -73,7 +73,7 @@ class Bureau(object):
modpath = os.path.dirname(__file__)
xvfb = "xvfb-run"
slimerjs = os.path.join(modpath, "..", "lib", "slimerjs", "slimerjs")
renderer = os.path.join(modpath, "..", "lib", "rasterize.js")
renderer = os.path.join(modpath, "..", "slimerjs", "rasterize.js")
self.slimerjs = os.path.abspath(slimerjs)
self.html2pdf = xvfb + " " + self.slimerjs + " " + \
os.path.abspath(renderer) + " "

Loading…
Cancel
Save