| Revision 1178,
531 bytes
checked in by lele@…, 7 years ago
(diff) |
|
Use a common ancestor to recognize tailor exceptions
|
| Line | |
|---|
| 1 | # -*- mode: python; coding: utf-8 -*- |
|---|
| 2 | # :Progetto: vcpx - Version Control Patch eXchanger |
|---|
| 3 | # :Creato: mer 16 giu 2004 00:15:54 CEST |
|---|
| 4 | # :Autore: Lele Gaifax <lele@nautilus.homeip.net> |
|---|
| 5 | # :Licenza: GNU General Public License |
|---|
| 6 | # |
|---|
| 7 | |
|---|
| 8 | """ |
|---|
| 9 | vcpx - Version Control Patch eXchanger |
|---|
| 10 | ====================================== |
|---|
| 11 | |
|---|
| 12 | This package encapsulates the machinery needed to keep the patches in |
|---|
| 13 | sync across different VC systems. |
|---|
| 14 | """ |
|---|
| 15 | |
|---|
| 16 | __docformat__ = 'reStructuredText' |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | class TailorException(Exception): |
|---|
| 20 | "Common base for tailor exceptions" |
|---|
Note: See
TracBrowser
for help on using the repository browser.