From: Robert Bradshaw Date: Sun, 5 Dec 2010 12:20:02 +0000 (-0800) Subject: typo X-Git-Tag: 0.14.alpha0~1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dd9f2cfc78daf513d59278661be598a12cb9e9be;p=cython.git typo --- diff --git a/Cython/Build/Dependencies.py b/Cython/Build/Dependencies.py index 065b3205..857bdbec 100644 --- a/Cython/Build/Dependencies.py +++ b/Cython/Build/Dependencies.py @@ -267,7 +267,7 @@ class DependencyTree(object): for include in includes: include_path = os.path.join(os.path.dirname(filename), include) if not os.path.exists(include_path): - include_path = self.context.find_include_file(include) + include_path = self.context.find_include_file(include, None) if include_path: a, b = self.cimports_and_externs(include_path) cimports.update(a)