| Revision 126,
794 bytes
checked in by lele@…, 3 years ago
(diff) |
|
Change source encoding from iso-8859-1 to utf-8
|
| Line | |
|---|
| 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | # |
|---|
| 3 | # Copyright (C) 2005 Edgewall Software |
|---|
| 4 | # Copyright (C) 2005-2009 Lele Gaifax <lele@metapensiero.it> |
|---|
| 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.com/license.html. |
|---|
| 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://projects.edgewall.com/trac/. |
|---|
| 13 | # |
|---|
| 14 | # Author: Lele Gaifax <lele@metapensiero.it> |
|---|
| 15 | |
|---|
| 16 | # This is an hack to allow using this package either as an setuptools egg |
|---|
| 17 | # or as a plain subpackage of trac.versioncontrol |
|---|
| 18 | |
|---|
| 19 | try: |
|---|
| 20 | import tracdarcs |
|---|
| 21 | except ImportError: |
|---|
| 22 | import sys |
|---|
| 23 | sys.path.extend(__path__) |
|---|
Note: See
TracBrowser
for help on using the repository browser.