Mercurial > genshi > mirror
comparison examples/trac/scripts/tracd @ 39:93b4dcbafd7b trunk
Copy Trac to main branch.
author | cmlenz |
---|---|
date | Mon, 03 Jul 2006 18:53:27 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
38:ee669cb9cccc | 39:93b4dcbafd7b |
---|---|
1 #!/usr/bin/env python | |
2 # -*- coding: iso8859-1 -*- | |
3 # | |
4 # Copyright (C) 2003-2006 Edgewall Software | |
5 # Copyright (C) 2003-2005 Jonas Borgström <jonas@edgewall.com> | |
6 # All rights reserved. | |
7 # | |
8 # This software is licensed as described in the file COPYING, which | |
9 # you should have received as part of this distribution. The terms | |
10 # are also available at http://trac.edgewall.com/license.html. | |
11 # | |
12 # This software consists of voluntary contributions made by many | |
13 # individuals. For the exact contribution history, see the revision | |
14 # history and logs, available at http://projects.edgewall.com/trac/. | |
15 # | |
16 # Author: Jonas Borgström <jonas@edgewall.com> | |
17 | |
18 if __name__ == '__main__': | |
19 from trac.web.standalone import main | |
20 main() |