commit | a113bd9f69d07568494e54c0f8150fe14c79e413 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Mar 24 19:58:17 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Mon Mar 24 19:58:17 2008 +0000 |
tree | b74d4d51a39c5a9596c9f79fccecc683d66fe94a | |
parent | 6a453c3750889da2117616f5c90e99538a14a92a [diff] [blame] |
Added quick hack for bzr
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 94f1525..89e7e30 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -1069,8 +1069,8 @@ strcpy(branch, ""); strcpy(shortbranch, "unknown"); svn_revision = ""; - return - Py_FatalError("subversion keywords missing"); + return; + /* Py_FatalError("subversion keywords missing"); */ } br_start = python + 8;