source: tailor/cvsync/tests/__init__.py @ 2

Revision 2, 501 bytes checked in by lele@…, 9 years ago (diff)

Svn log parser with test

Line 
1#  -*- Python -*- -*- coding: iso-8859-1 -*-
2# :Progetto: Bice -- Cvsync test suite
3# :Sorgente: $HeadURL: http://svn.bice.dyndns.org/progetti/wip/tools/cvsync/tests/__init__.py $
4# :Creato:   mar 20 apr 2004 16:19:15 CEST
5# :Autore:   Lele Gaifax <lele@nautilus.homeip.net>
6# :Modifica: $LastChangedDate: 2004-05-08 15:59:30 +0200 (sab, 08 mag 2004) $
7# :Fatta da: $LastChangedBy: lele $
8#
9
10from shwrap import *
11from cvs import *
12from bice import *
13from svn import *
14
15SystemCommand.VERBOSE = False
16
Note: See TracBrowser for help on using the repository browser.