From aa1f5655756a4214e1f584f39cfa3ba8b115d016 Mon Sep 17 00:00:00 2001 From: Craig Macdonald Date: Tue, 19 Sep 2023 16:30:28 +0800 Subject: [PATCH] drop unused import --- jnius_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnius_config.py b/jnius_config.py index 5b3714b3..818f6e0b 100644 --- a/jnius_config.py +++ b/jnius_config.py @@ -65,7 +65,7 @@ def add_classpath(*path): def get_classpath(): "Retrieves the classpath the JVM will use." from os import environ - from os.path import realpath, join + from os.path import realpath import sys global classpath