From c3e38f38edcb9aeaba03fad3a7527a16e6cc4694 Mon Sep 17 00:00:00 2001 From: zooko Date: Wed, 22 Aug 2007 00:39:44 +0530 Subject: [PATCH] zfec: edit text of error message darcs-hash:6ba6918ddfe2a6ebd60d68a6194e665174ce9e4d --- zfec/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',], -- 2.45.2