Removed unused imports.
- Legacy-Id: 18088
This commit is contained in:
parent
cb9006eb26
commit
94d2171c22
ietf
|
@ -50,7 +50,6 @@ if os.path.exists(settings.HTPASSWD_COMMAND):
|
||||||
skip_htpasswd_command = False
|
skip_htpasswd_command = False
|
||||||
skip_message = ""
|
skip_message = ""
|
||||||
else:
|
else:
|
||||||
import sys
|
|
||||||
skip_htpasswd_command = True
|
skip_htpasswd_command = True
|
||||||
skip_message = ("Skipping htpasswd test: The binary for htpasswd wasn't found in the\n "
|
skip_message = ("Skipping htpasswd test: The binary for htpasswd wasn't found in the\n "
|
||||||
"location indicated in settings.py.")
|
"location indicated in settings.py.")
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
import sys
|
|
||||||
import time
|
import time
|
||||||
import datetime
|
import datetime
|
||||||
from pyquery import PyQuery
|
from pyquery import PyQuery
|
||||||
|
|
Loading…
Reference in a new issue