forked from p34709852/monkey
Common: Remove disused common/port_status.py
This was moved to common.types and should have been removed in 8ae11e94aa
This commit is contained in:
parent
0207519343
commit
3dc6eba2da
|
@ -1,13 +0,0 @@
|
||||||
from enum import Enum
|
|
||||||
|
|
||||||
|
|
||||||
class PortStatus(Enum):
|
|
||||||
"""
|
|
||||||
An Enum representing the status of the port.
|
|
||||||
|
|
||||||
This Enum represents the status of a network pork. The value of each
|
|
||||||
member is distincive and unique number.
|
|
||||||
"""
|
|
||||||
|
|
||||||
OPEN = 1
|
|
||||||
CLOSED = 2
|
|
Loading…
Reference in New Issue