Log In | Get Help   
Home My Page Projects Code Snippets Project Openings BonFIRE VCOC Demonstration Kit
Summary Activity SCM Files Wiki
[bonfiredemokit] Diff of /ea/xml_creator.py
[bonfiredemokit] / ea / xml_creator.py Repository:
ViewVC logotype

Diff of /ea/xml_creator.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9, Thu Aug 30 12:48:07 2012 UTC revision 15, Tue Oct 9 14:42:19 2012 UTC
# Line 3  Line 3 
3  #  #
4  # Copyright (c) Fundacion Centro Tecnologico de Supercomputacion de Galicia 2012  # Copyright (c) Fundacion Centro Tecnologico de Supercomputacion de Galicia 2012
5  #  #
6  # License GPL Version 3  # License Apache Software
7  #  #
8  # The research leading to these results has received funding from  # The research leading to these results has received funding from
9  # the European Community's Seventh Frameqork Programme (FP7/2007-2013)  # the European Community's Seventh Framework Programme (FP7/2007-2013)
10  # under agreement number 257386  # under agreement number 257386
11  #  #
12  # This software is provided with ABSOLUTELY NO WARRANTY  # This software is provided with ABSOLUTELY NO WARRANTY
# Line 20  Line 20 
20    
21    
22  def xml_creator():  def xml_creator():
23      """ Devuelve un string en xml con el storage que queremos"""      """ Return a xml string with the storage"""
24    
25      top = tree.Element('storage xmlns="http://api.bonfire-project.eu/doc/schemas/occi"')      top = tree.Element('storage xmlns="http://api.bonfire-project.eu/doc/schemas/occi"')
26      #comment = Comment('Generated for PyMOTW')      #comment = Comment('Generated for PyMOTW')

Legend:
Removed from v.9  
changed lines
  Added in v.15

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge