From d56fdbc0cc33a6c8e4782c93b50c56c889fb3fa3 Mon Sep 17 00:00:00 2001 From: Neha Yadav Date: Wed, 5 Dec 2018 22:22:59 +0530 Subject: [PATCH 01/13] Verify Boilerplate fix --- watch/watch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/watch/watch.py b/watch/watch.py index 21899dd..fb4c1ab 100644 --- a/watch/watch.py +++ b/watch/watch.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Copyright 2016 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); -- 2.25.1