]> granicus.if.org Git - python/commitdiff
Added quick hack for bzr
authorChristian Heimes <christian@cheimes.de>
Mon, 24 Mar 2008 19:58:17 +0000 (19:58 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 24 Mar 2008 19:58:17 +0000 (19:58 +0000)
Python/sysmodule.c

index 94f15255b286e4d8363207cf8125ae602fb03778..89e7e30481171d3ee5ce98c5a4ee859912fd9c4c 100644 (file)
@@ -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;