mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
6 lines
162 B
Python
6 lines
162 B
Python
import os
|
|
exec(open('/usr/local/Modules/init/python.py').read())
|
|
module('load', 'null')
|
|
if module('is-loaded', 'null'):
|
|
print 'modulefile \'null\' is loaded'
|