Initial snapshot

This commit is contained in:
Mercier Pierre-Olivier 2013-02-11 22:04:30 +01:00
commit fee4dd4e6d
373 changed files with 62144 additions and 0 deletions

View file

@ -0,0 +1,34 @@
#
# ---------- header -----------------------------------------------------------
#
# project kaneton
#
# license kaneton
#
# file /home/mycure/KANETON-TEST-SYSTEM/packages/ktp/manifest.py
#
# created julien quintard [wed oct 27 10:53:58 2010]
# updated julien quintard [tue dec 7 13:41:02 2010]
#
#
# ---------- packages ---------------------------------------------------------
#
import yaml
#
# ---------- definitions ------------------------------------------------------
#
Extension = ".mnf"
#
# ---------- functions --------------------------------------------------------
#
#
# this function loads a manifest.
#
def Load(path):
return yaml.load(file(path, 'r'))