summaryrefslogtreecommitdiff
path: root/pycadf/cadftype.py
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-27 21:07:15 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2020-03-30 11:57:20 +0000
commit61b6e87de7ed29e9d41bbfb963e845143e814378 (patch)
tree9ac9da28683a2940e4d2485e9b0f452f2915080a /pycadf/cadftype.py
parent91073f4ea1d919604dc161a231b21de006a2a0cd (diff)
downloadpycadf-61b6e87de7ed29e9d41bbfb963e845143e814378.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Blacklist W503, W504 Fix other problems found Change-Id: Ic0391ae45b9d6d1ee5e2c1df81d85e655250a51d
Diffstat (limited to 'pycadf/cadftype.py')
-rw-r--r--pycadf/cadftype.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pycadf/cadftype.py b/pycadf/cadftype.py
index 80cec82..f6d34ef 100644
--- a/pycadf/cadftype.py
+++ b/pycadf/cadftype.py
@@ -35,6 +35,7 @@ VALID_EVENTTYPES = frozenset([
def is_valid_eventType(value):
return value in VALID_EVENTTYPES
+
# valid cadf:Event record "Reporter" roles
REPORTER_ROLE_OBSERVER = 'observer'
REPORTER_ROLE_MODIFIER = 'modifier'