Skip to content

Commit ce4ea62

Browse files
author
bob
committed
code cosmetic
1 parent ab8bf58 commit ce4ea62

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

pythonforandroid/bootstraps/pygame/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from pythonforandroid.toolchain import Bootstrap, shprint, current_directory, info, warning, ArchAndroid, logger, info_main, which
2-
from os.path import join, exists, basename
1+
from pythonforandroid.toolchain import Bootstrap, shprint, current_directory, info, warning, ArchAndroid, info_main
2+
from os.path import join, exists
33
from os import walk
44
import glob
55
import sh

pythonforandroid/bootstraps/sdl2/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
from pythonforandroid.toolchain import Bootstrap, shprint, current_directory, info, warning, ArchAndroid, logger, info_main, which
1+
from pythonforandroid.toolchain import Bootstrap, shprint, current_directory, info, warning, ArchAndroid, info_main
22
from os.path import join, exists
33
from os import walk
44
import glob
55
import sh
6-
from tempfile import mkdtemp
7-
from shutil import rmtree
86

97
class SDL2Bootstrap(Bootstrap):
108
name = 'sdl2'

pythonforandroid/bootstraps/sdl2python3/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
from pythonforandroid.toolchain import Bootstrap, shprint, current_directory, info, warning, ArchAndroid, logger, info_main, which
1+
from pythonforandroid.toolchain import Bootstrap, shprint, current_directory, info, warning, ArchAndroid, info_main
22
from os.path import join, exists
33
from os import walk
44
import glob
55
import sh
6-
from tempfile import mkdtemp
7-
from shutil import rmtree
86

97
class SDL2Bootstrap(Bootstrap):
108
name = 'sdl2python3'

0 commit comments

Comments
 (0)