removing reference to unused variable buildorder

This commit is contained in:
Martin A. Brown 2016-03-02 23:52:29 -08:00
parent 369d53eb35
commit 6ac2699fbf
3 changed files with 0 additions and 6 deletions

View File

@ -54,8 +54,6 @@ class Docbook4XML(BaseDoctype, SignatureChecker):
graph = nx.DiGraph()
buildorder = ['buildall']
def chdir_output(self):
os.chdir(self.output.dirname)
return True

View File

@ -50,8 +50,6 @@ class DocbookSGML(BaseDoctype, SignatureChecker):
graph = nx.DiGraph()
buildorder = ['buildall']
def chdir_output(self):
os.chdir(self.output.dirname)
return True

View File

@ -26,8 +26,6 @@ class Linuxdoc(BaseDoctype, SignatureChecker):
graph = nx.DiGraph()
buildorder = ['buildall']
def chdir_output(self):
os.chdir(self.output.dirname)
return True