summaryrefslogtreecommitdiff
path: root/unrpyc/renpy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'unrpyc/renpy/__init__.py')
-rw-r--r--unrpyc/renpy/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/unrpyc/renpy/__init__.py b/unrpyc/renpy/__init__.py
index 443cb49..f2bd463 100644
--- a/unrpyc/renpy/__init__.py
+++ b/unrpyc/renpy/__init__.py
@@ -90,15 +90,9 @@ def import_cython():
def import_all():
- import renpy.log #@UnresolvedImport
import renpy.display #@UnresolvedImport
- # Should probably be early, as we will add it as a base to serialized things.
- import renpy.object #@UnresolvedImport
-
- import renpy.game #@UnresolvedImport
-
# Adds in the Ren'Py loader.
import renpy.loader #@UnresolvedImport
@@ -237,7 +231,6 @@ def reload_all():
renpy.display.im.cache.quit()
blacklist = [ "renpy",
- "renpy.log",
"renpy.bootstrap",
"renpy.display",
"renpy.display.pgrender",