Skip to content

Commit

Permalink
see changeset #3845
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Aug 10, 2007
1 parent 9b99cf5 commit 15b2c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/distutils/misc_util.py
Expand Up @@ -1034,7 +1034,7 @@ def paths(self,*paths,**kws):
"""
include_non_existing = kws.get('include_non_existing',True)
return gpaths(paths,
local_path = self.path_in_package,
local_path = self.local_path,
include_non_existing=include_non_existing)

def _fix_paths_dict(self,kw):
Expand Down

0 comments on commit 15b2c62

Please sign in to comment.