@@ -247,7 +247,8 @@ class RldMan(RldManMixin):
# "dflt_scope":{"globals":globals(),"locals":{}}
}
self.scopes['current_scope'] = self.scopes['dflt_scope_zloc']
- self.scope_opt = "locals"
+ # self.scope_opt = "locals"
+ self.scope_opt = "globals"
self.print_tb = 0
base_path = "/usr/games/repos/ign4/py_rld/djc/rdir1/"