From: Michele Tartara Date: Tue, 14 May 2013 17:26:07 +0000 (+0100) Subject: Remove extra newline X-Git-Tag: v2.8.0beta1~84 X-Git-Url: http://git.ganeti.org/?p=ganeti-github.git;a=commitdiff_plain;h=9598b71fba771ee17c73494e87bd47781be09c51;ds=sidebyside Remove extra newline Also, properly set the date of the last modification. Signed-off-by: Michele Tartara Reviewed-by: Helga Velroyen --- diff --git a/lib/watcher/__init__.py b/lib/watcher/__init__.py index 801d640..8dbaef5 100644 --- a/lib/watcher/__init__.py +++ b/lib/watcher/__init__.py @@ -1,7 +1,7 @@ # # -# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Google Inc. +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Google Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -101,7 +101,6 @@ def StartNodeDaemons(): utils.EnsureDaemon(constants.MOND) - def RunWatcherHooks(): """Run the watcher hooks.