From a4bac6316100ca6e9f7173d5aa85cb7912884976 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
Date: Sun, 9 Nov 2014 02:58:41 -0800
Subject: [PATCH] Cleanup of process component

---
 homeassistant/components/process.py | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/homeassistant/components/process.py b/homeassistant/components/process.py
index 7b57f4a626d..1c0e6b62373 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
-- 
GitLab