Skip to content

Commit 333930d

Browse files
committed
Changes tested and they work
- Python adjustments for the change
1 parent 8ba9c07 commit 333930d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/source-python/packages/source-python/tick/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# >> IMPORTS
55
# =============================================================================
66
# Source.Python Imports
7-
from tick_c import get_tick_listener_manager
7+
from listener_c import get_tick_listener_manager
88
from core import AutoUnload
99
from loggers import _SPLogger
1010
from public import public

addons/source-python/packages/source-python/tick/delays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import time
99

1010
# Source.Python Imports
11-
from tick_c import get_tick_listener_manager
11+
from listener_c import get_tick_listener_manager
1212
from excepthooks import ExceptHooks
1313
from public import public
1414
# Tick

0 commit comments

Comments
 (0)