diff python/c3/analyse.py @ 217:8b2e5f3cd579

Removed some stale python source files
author Windel Bouwman
date Fri, 05 Jul 2013 14:13:59 +0200
parents c1ccb1cb4cef
children 3f6c30a5d234
line wrap: on
line diff
--- a/python/c3/analyse.py	Fri Jul 05 13:26:51 2013 +0200
+++ b/python/c3/analyse.py	Fri Jul 05 14:13:59 2013 +0200
@@ -44,6 +44,7 @@
         # Create subscope:
         if type(sym) in [Package, Function]:
             self.curScope = Scope(self.curScope)
+            sym.innerScope = self.curScope
 
     def quitScope(self, sym):
         # Pop out of scope: