]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: edit text of error message
authorzooko <zooko@zooko.com>
Tue, 21 Aug 2007 19:09:44 +0000 (00:39 +0530)
committerzooko <zooko@zooko.com>
Tue, 21 Aug 2007 19:09:44 +0000 (00:39 +0530)
darcs-hash:6ba6918ddfe2a6ebd60d68a6194e665174ce9e4d

zfec/setup.py

index d23927cb947db8f45d320cbfe8f75b9e1dc74757..a8aeb616148f1debf4aa16a7f3d4c0967fca72d3 100755 (executable)
@@ -90,7 +90,7 @@ else:
         verstr = mo.group(1)
     else:
         print "unable to find version in %s" % (VERSIONFILE,)
-        raise RuntimeError("if %s.py exists, it must be well-formed" % (VERSIONFILE,))
+        raise RuntimeError("if %s.py exists, it is required to be well-formed" % (VERSIONFILE,))
 
 setup(name='zfec',
       install_requires=['pyutil>=1.0.0',],