Changeset aba14f4
- Timestamp:
- Sep 21, 2010 1:12:39 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 87807f42
- Parents:
- 87c0fc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_to_abac.py
r87c0fc1 raba14f4 42 42 double_re = re.compile('\s*%s\s*->\s*\((%s)\s*,\s*(%s)\)' % \ 43 43 (fedid_str, id_str, id_str)) 44 bad_role = re.compile('[^a-zA-Z _]+')44 bad_role = re.compile('[^a-zA-Z0-9_]+') 45 45 46 46 parser = Parser()
Note: See TracChangeset
for help on using the changeset viewer.