summaryrefslogtreecommitdiff
path: root/modules/language/python/module/collections/abc.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-03-31 18:16:02 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-03-31 18:16:02 +0200
commitf428d49e6430a73d96fbcd55961977e420ae8dc7 (patch)
tree25d9c85a73636b5fa0c846f05369659127aa62cc /modules/language/python/module/collections/abc.scm
parent045653a5d82987865ecd304fb2777fda0edb88a0 (diff)
os.path compiles
Diffstat (limited to 'modules/language/python/module/collections/abc.scm')
-rw-r--r--modules/language/python/module/collections/abc.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/language/python/module/collections/abc.scm b/modules/language/python/module/collections/abc.scm
index d526e73..4bd242d 100644
--- a/modules/language/python/module/collections/abc.scm
+++ b/modules/language/python/module/collections/abc.scm
@@ -544,9 +544,3 @@
((ref (ref self '_mapping) 'values)))))
-(name-object Container Hashable Iterable Iterator Reversable Generator
- Sized Callable Collection Sequence MutableSequence
- ByteString Set MutableSet Mapping MutableMapping
- MappingView ItemsView KeysView ValuesView)
-
-