Searched refs:PLURALS_FILE (Results 1 – 1 of 1) sorted by relevance
18 PLURALS_FILE = os.path.join(os.path.dirname(__file__), 'plurals.txt') variable21 with open(PLURALS_FILE, 'a+') as f:39 with open(PLURALS_FILE, 'a') as f: