Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Patch the import of the abort function
· 7402712c
Marco De Donno
authored
Feb 19, 2020
7402712c
Hide whitespace changes
Inline
Side-by-side
functions.py
View file @
7402712c
...
@@ -9,8 +9,7 @@ import shutil
...
@@ -9,8 +9,7 @@ import shutil
import
socket
import
socket
from
PIL
import
Image
from
PIL
import
Image
from
flask
import
request
from
flask
import
request
,
abort
from
werkzeug
import
abort
from
MDmisc.elist
import
ifany
from
MDmisc.elist
import
ifany
from
NIST.fingerprint
import
NISTf_auto
from
NIST.fingerprint
import
NISTf_auto
...
...