Add LETTERS constant.

This commit is contained in:
Luke Sneeringer 2014-08-13 13:42:31 -04:00
parent 764420c560
commit d58c6f43d0

View File

@ -41,6 +41,8 @@ __all__ = ['Inventory', 'Host', 'Group', 'InventorySource', 'InventoryUpdate']
logger = logging.getLogger('awx.main.models.inventory')
LETTERS = 'abcdefghijklmnopqrstuvwxyz'
class Inventory(CommonModel):
'''