From: zooko Date: Tue, 21 Aug 2007 19:09:44 +0000 (+0530) Subject: zfec: edit text of error message X-Git-Url: https://git.rkrishnan.org/about.html?a=commitdiff_plain;h=c3e38f38edcb9aeaba03fad3a7527a16e6cc4694;p=tahoe-lafs%2Fzfec.git zfec: edit text of error message darcs-hash:6ba6918ddfe2a6ebd60d68a6194e665174ce9e4d --- diff --git a/zfec/setup.py b/zfec/setup.py index d23927c..a8aeb61 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -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',],