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 8a64d43 commit 1318fb5Copy full SHA for 1318fb5
modloader/__init__.py
@@ -7,7 +7,6 @@
7
import modclass
8
9
print('AWSW Mod Loader Init')
10
-print(__name__)
11
12
def get_mod_path():
13
"""Get the mod path
modloader/modlib.py
@@ -15,6 +15,7 @@
15
def imports():
16
# Unfortunately importing renpy.sl2.slast is impractical because
17
# it eventually tries to import a Cython-compiled file.
18
+ global slast
19
import renpy.sl2.slast as slast
20
21
if not modloader.building_documentation:
0 commit comments