Changeset 53932 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Jan 22, 2015 5:33:53 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/websrv-python.xsl
r50183 r53932 10 10 web service API. Depends on WSDL file for actual SOAP bindings. 11 11 12 Copyright (C) 2008-201 4Oracle Corporation12 Copyright (C) 2008-2015 Oracle Corporation 13 13 14 14 This file is part of VirtualBox Open Source Edition (OSE), as … … 345 345 return <xsl:value-of select="$ifname" />(self.mgr, self.handle[index]) 346 346 raise TypeError, "iteration over non-sequence" 347 347 <xsl:call-template name="xsltprocNewlineOutputHack"/> 348 348 </xsl:template> 349 349 … … 468 468 469 469 <xsl:template match="/"> 470 <xsl:text># Copyright (C) 2008-201 4Oracle Corporation470 <xsl:text># Copyright (C) 2008-2015 Oracle Corporation 471 471 # 472 472 # This file is part of a free software library; you can redistribute … … 869 869 <xsl:call-template name="enum"/> 870 870 </xsl:for-each> 871 <xsl:text> 871 872 872 873 import base64 … … 892 893 def encodebase64(self, str): 893 894 return base64.encodestring(str) 894 895 </xsl:text> 895 896 </xsl:template> 896 897
Note:
See TracChangeset
for help on using the changeset viewer.