From 49f8fddc31e65ca009565a1b06c09de6b5a6d483 Mon Sep 17 00:00:00 2001 From: coderkun Date: Sat, 19 Mar 2016 16:40:02 +0100 Subject: [PATCH] remove metadata information from py-files --- mcg/mcg.py | 5 ----- mcg/mcgGtk.py | 5 ----- 2 files changed, 10 deletions(-) diff --git a/mcg/mcg.py b/mcg/mcg.py index 33f55ae..6b5c13a 100644 --- a/mcg/mcg.py +++ b/mcg/mcg.py @@ -1,13 +1,8 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- """MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.""" -__author__ = "coderkun" -__email__ = "" -__license__ = "GPL" __version__ = "0.4" -__status__ = "Development" import configparser diff --git a/mcg/mcgGtk.py b/mcg/mcgGtk.py index 6973d40..de13490 100755 --- a/mcg/mcgGtk.py +++ b/mcg/mcgGtk.py @@ -1,13 +1,8 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- """MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.""" -__author__ = "coderkun" -__email__ = "" -__license__ = "GPL" __version__ = "0.4" -__status__ = "Development" import gi