fix typo
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 22 Nov 2008 08:33:46 +0000 (00:33 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 22 Nov 2008 08:33:46 +0000 (00:33 -0800)
Cython/Compiler/ModuleNode.py

index 3d0f1805dece23ac03c835d6323aaa07e69144e7..e2a9f7e3f02bc1c1f6ad8a425d1f9cd5e94dd901 100644 (file)
@@ -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: