[meld: 2/5] Removed unneeded encoding preambles



commit 072f299bb8abf1603c7b86e3b11637133984b1dc
Author: Claude Paroz <claude 2xlibre net>
Date:   Mon Jun 4 18:54:59 2018 +0200

    Removed unneeded encoding preambles

 meld/dirdiff.py      | 2 --
 meld/vc/__init__.py  | 1 -
 meld/vc/_null.py     | 1 -
 meld/vc/_vc.py       | 1 -
 meld/vc/bzr.py       | 1 -
 meld/vc/darcs.py     | 1 -
 meld/vc/git.py       | 1 -
 meld/vc/mercurial.py | 1 -
 meld/vc/svn.py       | 1 -
 meld/vcview.py       | 2 --
 10 files changed, 12 deletions(-)
---
diff --git a/meld/dirdiff.py b/meld/dirdiff.py
index f193a97b..7234a559 100644
--- a/meld/dirdiff.py
+++ b/meld/dirdiff.py
@@ -1,5 +1,3 @@
-# coding=UTF-8
-
 # Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2009-2013 Kai Willadsen <kai willadsen gmail com>
 #
diff --git a/meld/vc/__init__.py b/meld/vc/__init__.py
index b9991d0f..5130cab9 100644
--- a/meld/vc/__init__.py
+++ b/meld/vc/__init__.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2002-2005 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2012 Kai Willadsen <kai willadsen gmail com>
 
diff --git a/meld/vc/_null.py b/meld/vc/_null.py
index a94dd9d9..88e821b2 100644
--- a/meld/vc/_null.py
+++ b/meld/vc/_null.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2002-2005 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2012-2015 Kai Willadsen <kai willadsen gmail com>
 
diff --git a/meld/vc/_vc.py b/meld/vc/_vc.py
index cf7f0123..501e2cd3 100644
--- a/meld/vc/_vc.py
+++ b/meld/vc/_vc.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2002-2005 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2010, 2012-2015 Kai Willadsen <kai willadsen gmail com>
 
diff --git a/meld/vc/bzr.py b/meld/vc/bzr.py
index 7792cbe3..48deabcc 100644
--- a/meld/vc/bzr.py
+++ b/meld/vc/bzr.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2002-2005 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2005 Aaron Bentley <aaron bentley utoronto ca>
 # Copyright (C) 2015 Kai Willadsen <kai willadsen gmail com>
diff --git a/meld/vc/darcs.py b/meld/vc/darcs.py
index dbefef0e..cf09eee6 100644
--- a/meld/vc/darcs.py
+++ b/meld/vc/darcs.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2010-2015 Kai Willadsen <kai willadsen gmail com>
 # Copyright (C)      2016 Guillaume Hoffmann <guillaumh gmail com>
 # Redistribution and use in source and binary forms, with or without
diff --git a/meld/vc/git.py b/meld/vc/git.py
index 6235a408..3fa8c9cd 100644
--- a/meld/vc/git.py
+++ b/meld/vc/git.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2002-2005 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2005 Aaron Bentley <aaron bentley utoronto ca>
 # Copyright (C) 2007 José Fonseca <j_r_fonseca yahoo co uk>
diff --git a/meld/vc/mercurial.py b/meld/vc/mercurial.py
index 041542bc..61b734d0 100644
--- a/meld/vc/mercurial.py
+++ b/meld/vc/mercurial.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2002-2005 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2015 Kai Willadsen <kai willadsen gmail com>
 
diff --git a/meld/vc/svn.py b/meld/vc/svn.py
index 58fbcf04..8b9e58be 100644
--- a/meld/vc/svn.py
+++ b/meld/vc/svn.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # Copyright (C) 2002-2005 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2011-2013, 2015 Kai Willadsen <kai willadsen gmail com>
 
diff --git a/meld/vcview.py b/meld/vcview.py
index e8832a27..72364329 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
@@ -1,5 +1,3 @@
-# coding=UTF-8
-
 # Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2010-2015 Kai Willadsen <kai willadsen gmail com>
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]