Package conduit :: Module Conflict
[hide private]

Module Conflict

source code

Holds classes used for resolving conflicts.

Copyright: John Stowers, 2006 License: GPLv2

Classes [hide private]
  Conflict
Represents a conflict
Variables [hide private]
  log = logging.getLogger("Conflict")
  CONFLICT_ASK = 0
  CONFLICT_SKIP = 1
  CONFLICT_COPY_SOURCE_TO_SINK = 2
  CONFLICT_COPY_SINK_TO_SOURCE = 3
  CONFLICT_DELETE = 4