summaryrefslogtreecommitdiff
path: root/modules/language/python/module/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/python.scm')
-rw-r--r--modules/language/python/module/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/language/python/module/python.scm b/modules/language/python/module/python.scm
index 3398dbb..ef42cc6 100644
--- a/modules/language/python/module/python.scm
+++ b/modules/language/python/module/python.scm
@@ -29,7 +29,7 @@
#:use-module (language python eval )
#:use-module (language python bool )
- #:replace (list abs min max hash round format)
+ #:replace (list abs min max hash round format map)
#:re-export (StopIteration GeneratorExit RuntimeError
Exception ValueError TypeError
@@ -47,7 +47,7 @@
chr classmethod staticmethod objectmethod
divmod enumerate filter
getattr hasattr setattr hex isinstance issubclass
- iter map sum id input oct ord pow super
+ iter sum id input oct ord pow super
sorted zip
ClassMethod StaticMethod Funcobj))