summaryrefslogtreecommitdiff
path: root/modules/language/python/module/sys.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/sys.scm')
-rw-r--r--modules/language/python/module/sys.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/language/python/module/sys.scm b/modules/language/python/module/sys.scm
index aa4a166..d4d25b9 100644
--- a/modules/language/python/module/sys.scm
+++ b/modules/language/python/module/sys.scm
@@ -12,9 +12,9 @@
stdin stdout stderr
__stdin__ __stdout__ __stderr__
exit version_info version api_version
- warnoptions winver _xoption
+ warnoptions winver _xoption
tarcebacklimit platform maxsize hash_info
- base_prefix))
+ base_prefix path))
(define-syntax stdin_
(lambda (x)
@@ -156,7 +156,7 @@
(define meta_path '())
(define modules (@ (language python module) modules))
-(define path '())
+(define path %load-path)
(define path_hooks '())
(define path_importer_cache (make-hash-table))