[Checkins] SVN: martian/branches/philikon-methodgrokker/src/martian/tests/test_all.py Remove no longer used function.

Philipp von Weitershausen philikon at philikon.de
Mon May 26 07:30:47 EDT 2008


Log message for revision 86967:
  Remove no longer used function.
  

Changed:
  U   martian/branches/philikon-methodgrokker/src/martian/tests/test_all.py

-=-
Modified: martian/branches/philikon-methodgrokker/src/martian/tests/test_all.py
===================================================================
--- martian/branches/philikon-methodgrokker/src/martian/tests/test_all.py	2008-05-26 11:22:07 UTC (rev 86966)
+++ martian/branches/philikon-methodgrokker/src/martian/tests/test_all.py	2008-05-26 11:30:46 UTC (rev 86967)
@@ -5,13 +5,6 @@
 class FakeModule(object):
     pass
 
-def class_annotation_nobase(obj, name, default):
-    """This will only look in the given class obj for the annotation.
-
-    It will not look in the inheritance chain.
-    """
-    return obj.__dict__.get('__%s__' % name.replace('.', '_'), default)
-
 def fake_import(fake_module):
     module = new.module(fake_module.__name__)
     glob = {}



More information about the Checkins mailing list