diff --git a/homeassistant/components/process.py b/homeassistant/components/process.py index 7b57f4a626d17321ed7b15a5d93b2d9ba5dc172f..1c0e6b62373e21c7ccc45bfcc5ea79aeeaed8951 100644 --- a/homeassistant/components/process.py +++ b/homeassistant/components/process.py @@ -1,23 +1,11 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# -*- Python -*- -# -# $Id: process.py $ -# -# Author: Markus Stenberg <fingon@iki.fi> -# -# Copyright (c) 2014 Markus Stenberg -# -# Created: Wed Apr 23 23:33:26 2014 mstenber -# Last modified: Thu Apr 24 17:13:04 2014 mstenber -# Edit time: 19 min -# """ homeassistant.components.process ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Provides functionality to watch for specific processes running on the host machine. + +Author: Markus Stenberg <fingon@iki.fi> """ import os