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