Package brisa :: Package upnp :: Package services :: Package xmls
[hide private]
[frames] | no frames]

Source Code for Package brisa.upnp.services.xmls

 1  # Licensed under the MIT license 
 2  # http://opensource.org/licenses/mit-license.php or see LICENSE file. 
 3  # Copyright 2007-2008 Brisa Team <brisa-develop@garage.maemo.org> 
 4   
 5  """ XML folder for the implemented services: Content Directory and Connection 
 6  Manager. 
 7  """ 
 8   
 9  from os import path 
10  xml_path = path.dirname(__file__) 
11