diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2013-10-04 08:52:35 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2013-10-04 08:52:35 +0200 |
| commit | 997cb119b5550539ab5726f38e5936b416ead2d1 (patch) | |
| tree | 72fe26467ce119094210aaa98a332c5483b98e4b /setup.py | |
| parent | 33a2abbac9251557bc065cace47f43a2997bedcc (diff) | |
| download | astroid-git-997cb119b5550539ab5726f38e5936b416ead2d1.tar.gz | |
fix typo in setup.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ class MyBuildPy(build_py): two_to_three.append(os.path.join(exe_path, 'Tools\\Scripts\\2to3.py')) else: two_to_three = ['2to3'] - for directory in include_idirs: + for directory in include_dirs: dest = join(basedir, directory) shutil.rmtree(dest, ignore_errors=True) shutil.copytree(directory, dest) |
