From a113bd9f69d07568494e54c0f8150fe14c79e413 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 24 Mar 2008 19:58:17 +0000 Subject: Added quick hack for bzr --- Python/sysmodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Python/sysmodule.c') 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; -- cgit v1.2.1