mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 17:45:55 +02:00
lib.FileTransfer: Rename to FileContext
Rename class FileTransfer to FileContext because that's the better name. It's the base class of ExecContext and also a context. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
2f1265b7b2
commit
4f98fd6c78
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ if TYPE_CHECKING:
|
|||
|
||||
from .log import *
|
||||
from .base import Input, InputMode, Result
|
||||
from .FileTransfer import FileTransfer as Base
|
||||
from .FileContext import FileContext as Base
|
||||
|
||||
class ExecContext(Base):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue