dss.py: enforce python3

Some systems come with python2 as default interpreter.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-09-17 21:11:35 +02:00
parent ca364a7dd4
commit a2da0092c6
1 changed files with 1 additions and 1 deletions

2
dss.py
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from flask import Flask, render_template, redirect, url_for, session
from flask_wtf import Form