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;