in chef_inventory.py [0:0]
def to_safe(self, word): word = re.sub(":{2,}",':', word) word = re.sub("[^A-Za-z0-9\-]", "_", word) return word