summaryrefslogtreecommitdiffstats
path: root/tests/clients/ypmaplist.py
blob: fb7b805d532d41c1c5c8e98b416564810925fe22 (plain)
1
2
3
4
5
6
7
#!/usr/bin/python
#
# There's no command-line client in yp-tools, but python provides a function.
#
import nis
for map in nis.maps():
	print map