~sbaldassin/autopilot/fix_mir

« back to all changes in this revision

Viewing changes to autopilot/introspection/utilities.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:
138
138
        """
139
139
        return self._query_pids_for_process(process_name)
140
140
 
 
141
 
141
142
process_util = ProcessUtil()