Fix some bugs found by pychecker
[zeroinstall.git] / tests / Local.xml
blobb062215094d15eeb040589bdf02944d768749d31
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>Echo</name>
4   <summary>Local feed</summary>
5   <summary xml:lang='en'>Local feed (English)</summary>
6   <summary xml:lang='en_GB'>Local feed (English GB)</summary>
7   <summary xml:lang='es'>Fuente local</summary>
9   <description>English</description>
10   <description xml:lang='es'>EspaƱol</description>
12   <!-- ensure id isn't mis-interpreted as a digest -->
13   <implementation id="sha1=256" local-path='.' main="test-echo" version="0.1">
14     <requires interface="odd" use="never"/>
15   </implementation>
16 </interface>