remove metadata information from py-files

This commit is contained in:
coderkun 2016-03-19 16:40:02 +01:00
commit 49f8fddc31
2 changed files with 0 additions and 10 deletions

View file

@ -1,13 +1,8 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.""" """MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks."""
__author__ = "coderkun"
__email__ = "<olli@coderkun.de>"
__license__ = "GPL"
__version__ = "0.4" __version__ = "0.4"
__status__ = "Development"
import configparser import configparser

View file

@ -1,13 +1,8 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.""" """MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks."""
__author__ = "coderkun"
__email__ = "<olli@coderkun.de>"
__license__ = "GPL"
__version__ = "0.4" __version__ = "0.4"
__status__ = "Development"
import gi import gi