BUG: Adapt to whitespace in text search

This commit is contained in:
Tony S Yu
2012-11-14 20:08:16 -05:00
parent 80a9a5aba5
commit 22a73fc0cb
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import re
RE_CYTHON = re.compile("config.add_extension\(['\"]([\S]+)['\"]")
RE_CYTHON = re.compile("config.add_extension\(\s*['\"]([\S]+)['\"]")
BENTO_TEMPLATE = """
Extension: {module_path}