1from random_gen import *
2from optparse import OptionParser
3import commands
4import os
5import random
6
7test = RandomGen()
8test.getUserList()
9test.getGroupList()
10test.cleanUsers()
11test.cleanGroups()
12