Skip to content

Commit 3822a90

Browse files
Documentation improvements.
1 parent d41ab7a commit 3822a90

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

resources/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
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 ---

resources/utils.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
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

0 commit comments

Comments
 (0)