fix copy/paste typo checking for phantomjs

Min RK 11 years ago
parent 1980ada9b8
commit 0b3753ab96

@ -55,7 +55,7 @@ NOTEBOOK_SHUTDOWN_TIMEOUT = 10
have = {}
have['casperjs'] = bool(which('casperjs'))
have['phantomjs'] = bool(which('slimerjs'))
have['phantomjs'] = bool(which('phantomjs'))
have['slimerjs'] = bool(which('slimerjs'))
class StreamCapturer(Thread):

Loading…
Cancel
Save