webgen v3.3.1 -addet new libs
This commit is contained in:
parent
b84719f34e
commit
ef728fc7f9
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys, os, uuid, shutil, subprocess, markdown, re, datetime
|
||||
import sys, os, uuid, shutil, subprocess, markdown, re, datetime, locale, glob
|
||||
from dialog import Dialog
|
||||
|
||||
|
||||
# If not choosen stdout as output, where should the generated file go to and what
|
||||
# fileending (f.e. .html) shall it have
|
||||
|
|
Loading…
Reference in a new issue