Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bl_bundled_modules.py « python « tests - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a055960f835b02033193fc4d46b6db09dfd51a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0-or-later

# <pep8 compliant>

# Test that modules we ship with our Python installation are available

import bz2
import certifi
import ctypes
import cython
import lzma
import numpy
import requests
import sqlite3
import ssl
import urllib3
import zlib
import zstandard