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
This commit is contained in:
fpeters 2006-11-27 19:42:47 +00:00
parent 738831bf3c
commit e17fe03a98
1 changed files with 1 additions and 1 deletions

View File

@ -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