Trees | Indices | Help |
|
---|
|
1 from advene.model.consts import ADVENE_NS_PREFIX 2 3 BOOTSTRAP_URI = "http://liris.cnrs.fr/advene/cam/bootstrap" 4 5 CAM_NS_PREFIX = "%s%s" % (ADVENE_NS_PREFIX, "cinelab/0.1#") 6 CAMSYS_NS_PREFIX = CAM_NS_PREFIX + "system-" 7 CAM_XML = CAM_NS_PREFIX 8 9 # commonly used metadata 10 11 CAM_TYPE = "%stype" % CAM_NS_PREFIX 12 CAMSYS_TYPE = "%stype" % CAMSYS_NS_PREFIX 13
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 16:00:08 2009 | http://epydoc.sourceforge.net |