mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 18:53:35 -05:00
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')
|
||||
|
||||
LETTERS = 'abcdefghijklmnopqrstuvwxyz'
|
||||
|
||||
|
||||
class Inventory(CommonModel):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user