From: Christian Heimes Date: Mon, 24 Mar 2008 19:58:17 +0000 (+0000) Subject: Added quick hack for bzr X-Git-Tag: v2.6a2~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a113bd9f69d07568494e54c0f8150fe14c79e413;p=python Added quick hack for bzr --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 94f15255b2..89e7e30481 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -1069,8 +1069,8 @@ svnversion_init(void) strcpy(branch, ""); strcpy(shortbranch, "unknown"); svn_revision = ""; - return - Py_FatalError("subversion keywords missing"); + return; + /* Py_FatalError("subversion keywords missing"); */ } br_start = python + 8;