File: patch_state.py

package info (click to toggle)
git-ubuntu 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,688 kB
  • sloc: python: 13,378; sh: 480; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
import enum

PatchState = enum.Enum('PatchState', ['APPLIED', 'UNAPPLIED'])