From 07fefa406756c9834cda844f354119e6ac0699f0 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 2 Nov 2018 00:28:12 +0000 Subject: [PATCH] kubectl: paper over importer issue by removing unicode. --- mitogen/kubectl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/kubectl.py b/mitogen/kubectl.py index 681da3b1..e6758ec4 100644 --- a/mitogen/kubectl.py +++ b/mitogen/kubectl.py @@ -1,4 +1,4 @@ -# Copyright 2018, Yannig Perré +# Copyright 2018, Yannig Perre # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: