Verified Commit 05aa219b authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add ActionFlags.ALL convenience member

parent 25b8b921
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ class ActionFlags(BitField):
	"""

	NONE = 0x0
	ALL = 0x1ff

	ADD_HEADERS = ADDHDRS = 0x1
	CHANGE_HEADERS = CHGHDRS = 0x10