mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-07 19:57:46 +00:00
Replace old references to 'mbedtls_dev'
The module has been renamed to 'framework_dev'. Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
@@ -29,8 +29,8 @@ from cryptography import x509
|
||||
from generate_test_code import FileWrapper
|
||||
|
||||
import scripts_path # pylint: disable=unused-import
|
||||
from mbedtls_dev import build_tree
|
||||
from mbedtls_dev import logging_util
|
||||
from framework_dev import build_tree
|
||||
from framework_dev import logging_util
|
||||
|
||||
def check_cryptography_version():
|
||||
match = re.match(r'^[0-9]+', cryptography.__version__)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# This file needs to exist to make mbedtls_dev a package.
|
||||
# This file needs to exist to make framework_dev a package.
|
||||
# Among other things, this allows modules in this directory to make
|
||||
# relative imports.
|
||||
|
||||
Reference in New Issue
Block a user