forked from openlp/openlp
head
This commit is contained in:
parent
7f1f8cf780
commit
210cb0be31
@ -23,13 +23,12 @@
|
|||||||
Package to test the openlp.core.ui.projector.networkutils package.
|
Package to test the openlp.core.ui.projector.networkutils package.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
from openlp.core.common import verify_ip_address, md5_hash, qmd5_hash
|
from openlp.core.common import verify_ip_address, md5_hash, qmd5_hash
|
||||||
|
|
||||||
from tests.resources.projector.data import TEST_PIN, TEST_SALT, TEST_HASH
|
from tests.resources.projector.data import TEST_PIN, TEST_SALT, TEST_HASH
|
||||||
|
|
||||||
salt = TEST_SALT
|
salt = TEST_SALT
|
||||||
pin = TEST_PIN
|
pin = TEST_PIN
|
||||||
test_hash = TEST_HASH
|
test_hash = TEST_HASH
|
||||||
|
Loading…
Reference in New Issue
Block a user