Classes | |
| class | WillItBlend |
Functions | |
| def | configure |
| def MixItUp::configure | ( | argv = None |
) |
Definition at line 133 of file MixItUp.py.
00133 : 00134 assert argv,'Got no arguments.\n' + WillItBlend.__doc__ 00135 streams = unitify(argv[0]) 00136 print 'Configured with streams =',streams 00137 cfc = WillItBlend() 00138 cfc.configure(streams) 00139 return 00140 if __name__ == "__main__":
1.4.7