make-people-page: Import one item per line

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-30 16:55:21 +02:00 committed by nphilipp
parent 440c7c7c1b
commit a64eb7b65e

View file

@ -17,9 +17,15 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # 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 from jinja2 import Template
page_jinja_template = """ page_jinja_template = """
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>