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