summaryrefslogtreecommitdiff
path: root/core/make_binders.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/make_binders.py')
-rw-r--r--core/make_binders.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/make_binders.py b/core/make_binders.py
index f1a10829a3..4c61b90d99 100644
--- a/core/make_binders.py
+++ b/core/make_binders.py
@@ -1,6 +1,4 @@
# -*- coding: ibm850 -*-
-from platform_methods import subprocess_main
-
template_typed = """
#ifdef TYPED_METHOD_BIND
@@ -274,4 +272,5 @@ def run(target, source, env):
if __name__ == '__main__':
+ from platform_methods import subprocess_main
subprocess_main(globals())