From 7a1b7b69e31d4774528a08df3366621b3603f337 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 23 Mar 2015 15:56:55 -0400 Subject: [PATCH] Drop non-ascii text from files Seems to be tripping up coverage output on f22 --- virtManager/console.py | 3 +-- virtManager/sshtunnels.py | 1 - virtinst/devicepanic.py | 1 - virtinst/deviceredirdev.py | 3 +-- virtinst/devicerng.py | 1 - virtinst/devicesmartcard.py | 3 +-- virtinst/devicetpm.py | 3 +-- 7 files changed, 4 insertions(+), 11 deletions(-) diff --git a/virtManager/console.py b/virtManager/console.py index 545a82ac3..749c1651a 100644 --- a/virtManager/console.py +++ b/virtManager/console.py @@ -1,8 +1,7 @@ -# -*- coding: utf-8 -*- # # Copyright (C) 2006-2008, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange -# Copyright (C) 2010 Marc-André Lureau +# Copyright (C) 2010 Marc-Andre Lureau # # 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 diff --git a/virtManager/sshtunnels.py b/virtManager/sshtunnels.py index 282729555..3850ffc1c 100644 --- a/virtManager/sshtunnels.py +++ b/virtManager/sshtunnels.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Copyright (C) 2014 Red Hat, Inc. # diff --git a/virtinst/devicepanic.py b/virtinst/devicepanic.py index 040309ba3..4a56491e3 100644 --- a/virtinst/devicepanic.py +++ b/virtinst/devicepanic.py @@ -1,4 +1,3 @@ -# coding=utf-8 # # Copyright 2013 Fujitsu Limited. # Chen Hanxiao diff --git a/virtinst/deviceredirdev.py b/virtinst/deviceredirdev.py index 10871ba0e..5dc48e40c 100644 --- a/virtinst/deviceredirdev.py +++ b/virtinst/deviceredirdev.py @@ -1,8 +1,7 @@ -# -*- coding: utf-8 -*- # # Copyright 2011, 2013 Red Hat, Inc. # Cole Robinson -# Marc-André Lureau +# Marc-Andre Lureau # # 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 diff --git a/virtinst/devicerng.py b/virtinst/devicerng.py index f56b7c8cf..bfe96e941 100644 --- a/virtinst/devicerng.py +++ b/virtinst/devicerng.py @@ -1,4 +1,3 @@ -# coding=utf-8 # # Copyright 2013 Red Hat, Inc. # Giuseppe Scrivano diff --git a/virtinst/devicesmartcard.py b/virtinst/devicesmartcard.py index aeefe0188..046c002c8 100644 --- a/virtinst/devicesmartcard.py +++ b/virtinst/devicesmartcard.py @@ -1,8 +1,7 @@ -# coding=utf-8 # # Copyright 2011, 2013 Red Hat, Inc. # Cole Robinson -# Marc-André Lureau +# Marc-Andre Lureau # # 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 diff --git a/virtinst/devicetpm.py b/virtinst/devicetpm.py index 9f10af0f7..2a7846a3a 100644 --- a/virtinst/devicetpm.py +++ b/virtinst/devicetpm.py @@ -1,8 +1,7 @@ -# coding=utf-8 # # Copyright 2011, 2013 Red Hat, Inc. # Cole Robinson -# Marc-André Lureau +# Marc-Andre Lureau # # Copyright 2013 IBM Corporation # Author: Stefan Berger