Fix Builder.imgpath has not been initialized correctly

This commit is contained in:
tk0miya
2014-10-01 10:12:20 +09:00
parent 86ff9589bc
commit 1e63f34d2e

View File

@@ -71,9 +71,9 @@ class Builder(object):
# images that need to be copied over (source -> dest)
self.images = {}
# basename of images directory
imagedir = ""
self.imagedir = ""
# relative path to image directory from current docname (used at writing docs)
imgpath = ""
self.imgpath = ""
# these get set later
self.parallel_ok = False