mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +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(branch, "");
|
||||||
strcpy(shortbranch, "unknown");
|
strcpy(shortbranch, "unknown");
|
||||||
svn_revision = "";
|
svn_revision = "";
|
||||||
return
|
return;
|
||||||
Py_FatalError("subversion keywords missing");
|
/* Py_FatalError("subversion keywords missing"); */
|
||||||
}
|
}
|
||||||
|
|
||||||
br_start = python + 8;
|
br_start = python + 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue