Skip to content

Commit 1be66b0

Browse files
committed
Fixed a missing import and added missing entries to core.__all__.
1 parent 8f3095f commit 1be66b0

File tree

1 file changed

+3
-0
lines changed
  • addons/source-python/packages/source-python/core

1 file changed

+3
-0
lines changed

Diff for: addons/source-python/packages/source-python/core/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
# Source.Python Imports
4242
# Paths
4343
from paths import GAME_PATH
44+
from paths import CFG_PATH
4445
from paths import PLUGIN_PATH
4546

4647

@@ -64,13 +65,15 @@
6465
# =============================================================================
6566
__all__ = ('AutoUnload',
6667
'BoostPythonClass',
68+
'ConfigFile',
6769
'GameConfigObj',
6870
'WeakAutoUnload',
6971
'GAME_NAME',
7072
'OutputReturn',
7173
'PLATFORM',
7274
'SOURCE_ENGINE',
7375
'SOURCE_ENGINE_BRANCH',
76+
'Tokenize',
7477
'check_info_output',
7578
'console_message',
7679
'create_checksum',

0 commit comments

Comments
 (0)