File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1111# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1212# See the GNU General Public License for more details.
1313
14- # Advanced Emulator Launcher platform constants.
15- #
14+ # Advanced Emulator/MAME Launcher constants and globals.
1615# This module has no external dependencies.
1716
1817# --- Python standard library ---
Original file line number Diff line number Diff line change 1616# The idea if this module is to share it between AEL and AML.
1717#
1818# All functions that depends on Kodi modules are here. This includes IO functions
19- # and logging functions.
19+ # and logging functions. Misc function that do not depend on Kodi modules are
20+ # located in the misc module.
2021#
21- # Low-level filesystem and IO functions are here. disk_IO module contains high level functions.
22+ # Low-level filesystem and IO functions are here (FileName class).
23+ # db module (formaer disk_IO module) contains high level IO functions.
2224#
23- # When Kodi modules are not available replaces can be provided. This is useful to use addon
24- # modules with CPython.
25+ # When Kodi modules are not available replacements can be provided. This is useful
26+ # to use addon modules with CPython for testing or debugging .
2527#
2628# This module must NOT include any other addon modules to avoid circular dependencies. The
2729# only exception to this rule is the module .constants. This module is virtually included
You can’t perform that action at this time.
0 commit comments