Commit 2370f5de authored by Vincent Pelletier's avatar Vincent Pelletier

ERP5Site_checkNamingConventions: Make ABBREVIATION_WORD_SET actually a set.

I guess this is the intention of the unnecessary pair or parentheses.
parent fc11929a
......@@ -10,7 +10,7 @@
# - Check skin names.
# - Check script names (from skin folders and workflows).
import re
ABBREVIATION_WORD_SET = ((
ABBREVIATION_WORD_SET = set((
"BBAN", "BIC", "BOM", "CA", "CAD", "CRM", "CSS", "CSV", "CTX", "DMS", "DNS",
"EAN", "ERP5", "FAX", "FTP", "GAP", "GID", "GPG", "HTML", "HTTP", "IBAN",
"ID", "IMAP", "IP", "KM", "MIME", "MRP", "NVP", "ODT", "PDF", "PDM", "PO",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment