summaryrefslogtreecommitdiff
path: root/modules/language/python/module/os.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-29 21:05:37 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-08-29 21:05:37 +0200
commit3d44139af1b65ec71abafec939b5240d3821490b (patch)
tree5206b8a818456b3ec0c740cf14d25d8351c77c28 /modules/language/python/module/os.scm
parent9bd339b34f09f5b582cb8b77a11841f5de9ab695 (diff)
shutil.py
Diffstat (limited to 'modules/language/python/module/os.scm')
-rw-r--r--modules/language/python/module/os.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/language/python/module/os.scm b/modules/language/python/module/os.scm
index dab8dda..e4dc72c 100644
--- a/modules/language/python/module/os.scm
+++ b/modules/language/python/module/os.scm
@@ -105,7 +105,7 @@
sched_getparam sched_rr_get_intervall sched_yield
sched_setaffinity sched_getaffinity
- supports_dir_fs support_effective_ids supports_fd
+ supports_dir_fd support_effective_ids supports_fd
confstr confstr_names cpu_count sysconf sysconf_names
getloadavg
@@ -116,7 +116,7 @@
getrandom urandom GRND_NONBLOCK GRND_RANDOM
))
-(define supports_dir_fs
+(define supports_dir_fd
(py-set '()))
(define support_effective_ids
@@ -151,7 +151,7 @@
(values))
((_ (0 . l) f)
(begin
- (py-add supports_dir_fs (symbol->string 'f))
+ (py-add supports_dir_fd (symbol->string 'f))
(reg l f)))
((_ (1 . l) f)
(begin
@@ -2362,3 +2362,4 @@
(set! l (cons (symbol->string k) l)))
p)
(py-list l)))
+