This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitogen
mirror of
https://github.com/mitogen-hq/mitogen.git
Watch
1
Star
1
Fork
You've already forked mitogen
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
51c7b789f7
mitogen
/
tests
/
ansible
/
regression
/
scripts
/
print_env.py
7 lines
80 B
Python
Raw
Blame
History
#!/usr/bin/env python
import
os
import
pprint
pprint
.
pprint
(
dict
(
os
.
environ
)
)
Reference in New Issue
View Git Blame
Copy Permalink