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.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/module/python.scm b/modules/language/python/module/python.scm
index 4c274ea..9f8defe 100644
--- a/modules/language/python/module/python.scm
+++ b/modules/language/python/module/python.scm
@@ -20,6 +20,6 @@
(resolve-interface 'iface)))]))
(set! (@ (language python module os) path)
- (Module '(language python module os path)))
+ (Module '(path os module python language) '(path os)))
(re-export-all (language python module _python))