source: tailor/vcpx/tests/__init__.py @ 305

Revision 305, 366 bytes checked in by lele@…, 8 years ago (diff)

Explicitly license everything under GPL

Line 
1#  -*- Python -*- -*- coding: iso-8859-1 -*-
2# :Progetto: vcpx -- Test suite
3# :Creato:   mar 20 apr 2004 16:19:15 CEST
4# :Autore:   Lele Gaifax <lele@nautilus.homeip.net>
5# :Licenza:  GNU General Public License
6#
7
8from shwrap import *
9from cvsps import *
10from cvs import *
11from darcs import *
12from svn import *
13from tailor import *
14
15SystemCommand.VERBOSE = False
16
Note: See TracBrowser for help on using the repository browser.