git://git.nikiroo.be
/
gamiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b6c61
)
remove unused imports
author
Niki Roo
<niki@nikiroo.be>
Tue, 30 Sep 2025 21:10:44 +0000
(23:10 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Tue, 30 Sep 2025 21:10:44 +0000
(23:10 +0200)
gamiki/builder.py
patch
|
blob
|
blame
|
history
diff --git
a/gamiki/builder.py
b/gamiki/builder.py
index fa0c87af2ebded04ef9a37d9d95c577efacee54e..09c304f7cb53c4e9788a1d64e162a9a626aea289 100644
(file)
--- a/
gamiki/builder.py
+++ b/
gamiki/builder.py
@@
-1,10
+1,6
@@
from sys import stdin, stderr
from pathlib import Path, PurePath
-
-from gamiki import Game, Support, Library, Session
-from gamiki.support import (
- SupportDos, SupportWin31, SupportGog, SupportExt, SupportWin
-)
+from gamiki import Game, Support, Library, Session
class Builder:
"""Manage all the resources needed to run games."""