From: zooko Date: Thu, 27 Sep 2007 22:26:39 +0000 (+0530) Subject: zfec: make invocation of darcsver in setup.py more portable X-Git-Url: https://git.rkrishnan.org/listings/copyable-send.py?a=commitdiff_plain;h=262508a044c0f0b863a7be41a2dedeaf643c8e4b;p=tahoe-lafs%2Fzfec.git zfec: make invocation of darcsver in setup.py more portable darcs-hash:edbe56d523b3812d589e0482af648f73b702fb7e --- diff --git a/zfec/setup.py b/zfec/setup.py index 9206edb..114db60 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -80,7 +80,7 @@ trove_classifiers=[ try: import os - os.system("darcsver 2>/dev/null") + os.system("darcsver") except Exception, le: pass import re