From: Robert Bradshaw Date: Sat, 22 Nov 2008 08:33:46 +0000 (-0800) Subject: fix typo X-Git-Tag: 0.11-beta~226^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5f4943ee11461a8966e6d99d6be7e06c351fe86;p=cython.git fix typo --- diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 3d0f1805..e2a9f7e3 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -550,7 +550,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): for filename in module.include_files: if filename not in includes: includes.append(filename) - for filename in env.include_files[:] + for filename in env.include_files: if filename not in includes: includes.append(filename) for filename in includes: