Author: reinhard Date: 2008-04-28 06:20:12 -0500 (Mon, 28 Apr 2008) New Revision: 9871
Modified: trunk/gnue-common/src/datasources/readgsd.py Log: Removed accidentally committed debugging code. Modified: trunk/gnue-common/src/datasources/readgsd.py =================================================================== --- trunk/gnue-common/src/datasources/readgsd.py 2008-04-28 11:06:04 UTC (rev 9870) +++ trunk/gnue-common/src/datasources/readgsd.py 2008-04-28 11:20:12 UTC (rev 9871) @@ -195,12 +195,6 @@ import their schema/data according to the command line options. """ - self.myfunc('foo', 'bar', 1, 2, 99, three=3, four=4) - self.myfunc('foo', 'bar', one=1, two=2) - self.myfunc('foo', 'bar', two=2, one=1) - self.myfunc('foo', 'bar', four=4, two=2, three=3, one=1) - self.otherfunc() - self.__check_options() self.__load_input_files() @@ -212,24 +206,6 @@ if proceed and self.__do_data: self.__import_data() - def __repr__(self): - return "the object" - - from gnue.common.base.log import logged_f_n, deprecated_f_n - [EMAIL PROTECTED]('gnue.foo') - @deprecated_f_n('gnue.depa') - def myfunc(self, foo, bar, one=None, two=None, *args, **kwargs): - print foo, bar, one, two, args, kwargs - - [EMAIL PROTECTED]('gnue.bar') - @deprecated_f_n('gnue.depb') - def otherfunc(self): - from gnue.common.base.log import stack_n - stack_n('gnue.freak', 'I am here') - - myfunc = logged_f_n('gnue.xxx')(myfunc) - otherfunc = logged_f_n('gnue.yyy')(otherfunc) - # ------------------------------------------------------------------------- # Check the command line arguments # ------------------------------------------------------------------------- _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue