changeset 795:171d85c69553

not sure what this is for but it looks obsolete
author Jeff Hammel <k0scist@gmail.com>
date Fri, 28 Oct 2016 10:41:54 -0700
parents e059c4e85d9f
children 892b53d86ff5
files python/closure.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/python/closure.py	Wed Oct 19 09:04:34 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-directory = 'foo'
-bar = lambda: directory
-directory = 'fleem'
-print bar()