From 4371ba7b414bfd99d66c02a6d81e4eac7b560c7a Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 27 Apr 2015 18:28:16 +0200 Subject: [PATCH] Remove the "coding" lines at the beginning of the file --- filler.py | 1 - getdates.py | 1 - getmentions.py | 1 - makedb.py | 1 - 4 files changed, 4 deletions(-) diff --git a/filler.py b/filler.py index 3292fbd..8cabded 100755 --- a/filler.py +++ b/filler.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- import tools diff --git a/getdates.py b/getdates.py index e5a6727..7b9f8f3 100755 --- a/getdates.py +++ b/getdates.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- import tools diff --git a/getmentions.py b/getmentions.py index cc7391c..10cf739 100755 --- a/getmentions.py +++ b/getmentions.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- import tools diff --git a/makedb.py b/makedb.py index f2654de..0b74a98 100755 --- a/makedb.py +++ b/makedb.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- import tools