Kaydet (Commit) a113bd9f authored tarafından Christian Heimes's avatar Christian Heimes

Added quick hack for bzr

üst 6a453c37
...@@ -1069,8 +1069,8 @@ svnversion_init(void) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment