]> git.phdru.name Git - xsetbg.git/blobdiff - print-filename.py
Style: Fix `flake8` errors E302,E305 expected 2 blank lines, found 1
[xsetbg.git] / print-filename.py
index 518ab21af9c86460ce0ab9eca73e2c19a8e28777..234d0a3741b88a77e9fa8c33ea6facb15e3e7f6e 100755 (executable)
@@ -7,11 +7,6 @@ This file is a part of XSetBg.
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2015 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-
 import sys
 from xsetbg_db import xsetbg_db
 
@@ -58,8 +53,8 @@ def get_args():
         output_encoding = default_encoding
     return index, output_encoding
 
-index, output_encoding = get_args()
 
+index, output_encoding = get_args()
 filename = xsetbg_db.select('last_shown IS NOT NULL',
                             orderBy='-last_shown')[index].full_name