forked from josch/img2pdf
allow running src/img2pdf.py standalone
This commit is contained in:
parent
0e3dbefbbf
commit
632cd1d712
1 changed files with 3 additions and 0 deletions
|
@ -333,3 +333,6 @@ def main(args=None):
|
|||
args.images, args.dpi, args.title, args.author,
|
||||
args.creator, args.producer, args.creationdate, args.moddate,
|
||||
args.subject, args.keywords, args.colorspace, args.verbose))
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue