totpcgi: ignore deprecation warnings
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
6f37b16639
commit
919e6c71c2
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -tt
|
#!/usr/bin/python -tt -W ignore::DeprecationWarning
|
||||||
##
|
##
|
||||||
# Copyright (C) 2012 by Konstantin Ryabitsev and contributors
|
# Copyright (C) 2012 by Konstantin Ryabitsev and contributors
|
||||||
#
|
#
|
||||||
|
@ -24,9 +24,6 @@ import cgi
|
||||||
import logging
|
import logging
|
||||||
import urllib2
|
import urllib2
|
||||||
|
|
||||||
import cgitb
|
|
||||||
cgitb.enable()
|
|
||||||
|
|
||||||
import totpcgi
|
import totpcgi
|
||||||
import totpcgi.backends
|
import totpcgi.backends
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue