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