From e17fe03a983c8894b1b2974b820f801b12f05bd0 Mon Sep 17 00:00:00 2001 From: fpeters Date: Mon, 27 Nov 2006 19:42:47 +0000 Subject: [PATCH] fix help text (CVS/Root will be used instead of CVSROOT when both are available) git-svn-id: svn://localhost/lasso-conform/trunk@22 2a3a78c3-912c-0410-af21-e1fb2d1df599 --- lcs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcs/__init__.py b/lcs/__init__.py index 0a9f331..bf111a3 100644 --- a/lcs/__init__.py +++ b/lcs/__init__.py @@ -7,7 +7,7 @@ try: except ImportError: print >> sys.stderr, 'Failed to import module \'qommon\'' print >> sys.stderr, ' export CVSROOT=... (for w.c.s., see labs)' - print >> sys.stderr, ' cvs checkout -d lcs/qommon wcs/wcs/qommon' + print >> sys.stderr, ' (cd .. && cvs checkout -d lasso-conformance-sp/lcs/qommon wcs/wcs/qommon)' sys.exit(1) import lasso