docker-artifact/repobot/common.py

11 lines
172 B
Python
Raw Normal View History

2018-10-21 16:37:53 -07:00
import persistent.list
import persistent.mapping
def plist():
return persistent.list.PersistentList()
def pmap():
return persistent.mapping.PersistentMapping()