docker-artifact/repobot/common.py

11 lines
172 B
Python

import persistent.list
import persistent.mapping
def plist():
return persistent.list.PersistentList()
def pmap():
return persistent.mapping.PersistentMapping()