We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba9c07 commit 333930dCopy full SHA for 333930d
addons/source-python/packages/source-python/tick/__init__.py
@@ -4,7 +4,7 @@
4
# >> IMPORTS
5
# =============================================================================
6
# Source.Python Imports
7
-from tick_c import get_tick_listener_manager
+from listener_c import get_tick_listener_manager
8
from core import AutoUnload
9
from loggers import _SPLogger
10
from public import public
addons/source-python/packages/source-python/tick/delays.py
@@ -8,7 +8,7 @@
import time
11
12
from excepthooks import ExceptHooks
13
14
# Tick
0 commit comments