|
Revision 103, 0.6 kB
(checked in by bkuhn, 8 months ago)
|
r129@hughes: bkuhn | 2008-05-01 21:46:34 -0400
- Merged upstream trac via: svk smerge /loblaw/local/branches/trac.upstream-r6969 .
|
| Line | |
|---|
| 1 |
# -*- coding: utf-8 -*- |
|---|
| 2 |
# |
|---|
| 3 |
# Copyright (C) 2003-2008 Edgewall Software |
|---|
| 4 |
# All rights reserved. |
|---|
| 5 |
# |
|---|
| 6 |
# This software is licensed as described in the file COPYING, which |
|---|
| 7 |
# you should have received as part of this distribution. The terms |
|---|
| 8 |
# are also available at http://trac.edgewall.org/wiki/TracLicense. |
|---|
| 9 |
# |
|---|
| 10 |
# This software consists of voluntary contributions made by many |
|---|
| 11 |
# individuals. For the exact contribution history, see the revision |
|---|
| 12 |
# history and logs, available at http://trac.edgewall.org/log/. |
|---|
| 13 |
|
|---|
| 14 |
__version__ = __import__('pkg_resources').get_distribution('Trac').version |
|---|