summaryrefslogtreecommitdiff
path: root/modules/language/python/compile.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-14 16:17:27 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-14 16:17:27 +0200
commit3fa12a7cdce8e7199329ff3a4c627cfc3becd0e1 (patch)
tree232cec9bc125f28314a8f6eda145b768a30bced4 /modules/language/python/compile.scm
parent20286224a1567c4caf15e20f47aaede9281e347b (diff)
decimals division
Diffstat (limited to 'modules/language/python/compile.scm')
-rw-r--r--modules/language/python/compile.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/language/python/compile.scm b/modules/language/python/compile.scm
index 42da128..087d227 100644
--- a/modules/language/python/compile.scm
+++ b/modules/language/python/compile.scm
@@ -50,6 +50,8 @@
(warn "failed to load " x)
(raise (ImportError '(a ...))))))
+(define level (make-fluid 0))
+
(define s/d 'set!)
(define (pre) (warn "Patching guile will lead to way better experience use 'python.patch' on guile-2.2 e.g. (use-modules (language python guilemod))"))