Revision bf629e45

b/lib/constants.py
593 593

  
594 594
# dynamic device modification
595 595
DDM_ADD = "add"
596
DDM_MODIFY = "modify"
596 597
DDM_REMOVE = "remove"
597 598
DDMS_VALUES = frozenset([DDM_ADD, DDM_REMOVE])
599
DDMS_VALUES_WITH_MODIFY = (DDMS_VALUES | frozenset([
600
  DDM_MODIFY,
601
  ]))
602
# TODO: DDM_SWAP, DDM_MOVE?
598 603

  
599 604
# common exit codes
600 605
EXIT_SUCCESS = 0

Also available in: Unified diff