Update year to 2009 in various places
[zeroinstall/zeroinstall-rsl.git] / zeroinstall / injector / namespaces.py
blob4abbc5c13bd049d6d4842281e07476cb81d9e84e
1 """Useful constants.
3 @var XMLNS_IFACE: The XML namespace used for the core elements in an interface file
5 @var config_site: Where our configuration settings are stored
6 @var config_prog: Where our configuration settings are stored
8 @var injector_gui_uri: The URI of the graphical interface for the injector
9 """
11 # Copyright (C) 2009, Thomas Leonard
12 # See the README file for details, or visit http://0install.net.
14 XMLNS_IFACE = 'http://zero-install.sourceforge.net/2004/injector/interface'
15 XMLNS_TRUST = 'http://zero-install.sourceforge.net/2007/injector/trust'
17 config_site = '0install.net'
18 config_prog = 'injector'
20 injector_gui_uri = 'http://0install.net/2008/interfaces/ZeroInstall-GUI.xml'