mirror of
https://github.com/python/cpython.git
synced 2025-07-27 21:24:32 +00:00
Added quick hack for bzr
This commit is contained in:
parent
6a453c3750
commit
a113bd9f69
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue