mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Avoid deprecated Builder interface
This commit is contained in:
parent
c60bee22b2
commit
7b5d48c949
@ -15,8 +15,8 @@ class ZundlerBuilder(StandaloneHTMLBuilder):
|
||||
name = 'zundler'
|
||||
epilog = ""
|
||||
|
||||
def __init__(self, app):
|
||||
super().__init__(app)
|
||||
def __init__(self, app, env):
|
||||
super().__init__(app, env)
|
||||
self.epilog = (
|
||||
'Your self-contained HTML file is now in %s.' %
|
||||
relpath(self.app.original_outdir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user