Skip to content

Commit

Permalink
import fixes (@bebbo #151)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnvogelg committed Mar 4, 2021
1 parent 7147d51 commit 168cee9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion amitools/vamos/lib/ExecLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from amitools.vamos.libcore import LibImpl
from amitools.vamos.astructs import *
from amitools.vamos.atypes import ExecLibrary as ExecLibraryType
from amitools.vamos.atypes import NodeType, Node, List
from amitools.vamos.atypes import NodeType, List
from amitools.vamos.log import log_exec
from amitools.vamos.error import *
from .lexec.PortManager import PortManager
Expand Down
1 change: 0 additions & 1 deletion amitools/vamos/lib/dos/CommandLine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .SysArgs import ami_quote_str
from .Item import ItemParser
from .CSource import CSource

Expand Down
11 changes: 7 additions & 4 deletions amitools/vamos/lib/dos/Process.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import os
from amitools.vamos.machine.regs import *
from amitools.vamos.astructs.dos import CLIStruct, DosPacketStruct, ProcessStruct
from amitools.vamos.astructs.exec_ import MessageStruct, MinListStruct
from amitools.vamos.lib.dos import CommandLine
from amitools.vamos.log import log_proc
from amitools.vamos.astructs import *
from amitools.vamos.lib.lexec.PortManager import *
from amitools.vamos.machine.regs import REG_D0, REG_D1, REG_D2, REG_A0, REG_A2, REG_A5, REG_A6
from amitools.vamos.schedule import Stack, Task
import os

from .SysArgs import sys_args_to_ami_arg_str


NT_PROCESS = 13


Expand Down
1 change: 0 additions & 1 deletion amitools/vamos/loader/segload.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from amitools.binfmt.BinFmt import BinFmt
from amitools.binfmt.Relocate import Relocate
from amitools.vamos.label import LabelSegment
from amitools.vamos.log import log_segload
from .seglist import SegList

Expand Down

0 comments on commit 168cee9

Please sign in to comment.