#!/usr/local/bin/python

# arul's "who" program in python
# [coded by arul john] <http://wolf.rules.it>

import commands
import string

cmd = '/usr/bin/who'
output = commands.getoutput(cmd)


syntax highlighted by Code2HTML, v. 0.9.1