make-people-page: Import one item per line
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
440c7c7c1b
commit
a64eb7b65e
1 changed files with 7 additions and 1 deletions
|
@ -17,9 +17,15 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
import subprocess, os, hashlib, stat, grp
|
||||
import grp
|
||||
import hashlib
|
||||
import os
|
||||
import stat
|
||||
import subprocess
|
||||
|
||||
from jinja2 import Template
|
||||
|
||||
|
||||
page_jinja_template = """
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue