annotate examples/trac/scripts/trac-admin @ 75:c3c26300a46d

Empty attributes in templates were being stripped out. Thanks to Jonas for the patch.
author cmlenz
date Wed, 12 Jul 2006 21:27:30 +0000
parents 71ecbe90aafc
children
rev   line source
39
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
1 #!/usr/bin/env python
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
2 # -*- coding: iso8859-1 -*-
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
3 __author__ = 'Daniel Lundin <daniel@edgewall.com>, Jonas Borgström <jonas@edgewall.com>'
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
4 __copyright__ = 'Copyright (c) 2005 Edgewall Software'
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
5 __license__ = """
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
6 Copyright (C) 2003, 2004, 2005 Edgewall Software
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
7 Copyright (C) 2003, 2004 Jonas Borgström <jonas@edgewall.com>
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
8 Copyright (C) 2003, 2004 Daniel Lundin <daniel@edgewall.com>
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
9 All rights reserved.
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
10
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
11 This software is licensed as described in the file COPYING, which
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
12 you should have received as part of this distribution. The terms
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
13 are also available at http://trac.edgewall.com/license.html.
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
14
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
15 This software consists of voluntary contributions made by many
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
16 individuals. For the exact contribution history, see the revision
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
17 history and logs, available at http://projects.edgewall.com/trac/."""
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
18
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
19 import sys
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
20
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
21 from trac.scripts.admin import run
71ecbe90aafc Copy Trac to main branch.
cmlenz
parents:
diff changeset
22 sys.exit(run(sys.argv[1:]))
Copyright (C) 2012-2017 Edgewall Software