| Home | Trees | Indices | Help |
|
|---|
|
|
1 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
2 #
3 # Copyright 2002 Ben Escoto <ben@emerose.org>
4 # Copyright 2007 Kenneth Loafman <kenneth@loafman.com>
5 #
6 # This file is part of duplicity.
7 #
8 # Duplicity is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by the
10 # Free Software Foundation; either version 2 of the License, or (at your
11 # option) any later version.
12 #
13 # Duplicity is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with duplicity; if not, write to the Free Software Foundation,
20 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
22 import gettext
23 gettext.install('duplicity')
24
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 25 13:38:21 2011 | http://epydoc.sourceforge.net |