~sbaldassin/autopilot/fix_mir

« back to all changes in this revision

Viewing changes to autopilot/tests/unit/introspection_base.py

  • Committer: Tarmac
  • Author(s): Omer Akram
  • Date: 2016-11-23 15:22:37 UTC
  • mfrom: (584.1.1 ap)
  • Revision ID: tarmac-20161123152237-4ef9hkrwd971xyab
Fix build.

Approved by Richard Huddie, platform-qa-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    def get_properties(self):
39
39
        return self.__dict__
40
40
 
 
41
 
41
42
get_mock_object = MockObject
42
43
 
43
44