Correct opf_docbook.py bug

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
master
Jeff Scheel 7 years ago
parent 3eefb43967
commit e92c2cfe8d

@ -137,7 +137,7 @@ def insert_toc_into_book(toc_file, book_file):
print 'Error: key string of "', key_string, '" not found in ', book_file
sys.exit(-7)

def build_revhistory()
def build_revhistory():
from subprocess import Popen, PIPE
# Variables for formating git log

Loading…
Cancel
Save