mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Add LETTERS constant.
This commit is contained in:
parent
764420c560
commit
d58c6f43d0
@ -41,6 +41,8 @@ __all__ = ['Inventory', 'Host', 'Group', 'InventorySource', 'InventoryUpdate']
|
||||
|
||||
logger = logging.getLogger('awx.main.models.inventory')
|
||||
|
||||
LETTERS = 'abcdefghijklmnopqrstuvwxyz'
|
||||
|
||||
|
||||
class Inventory(CommonModel):
|
||||
'''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user