]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-dbus-client.py
Style: Fix `flake8` error E402 module level import not at top of file
[xsetbg.git] / xsetbg-dbus-client.py
index 6775159a09d4b6f6e98eaab883d785a716596591..b2aff341531f1cda045f496e557b1a31471014d6 100755 (executable)
@@ -3,14 +3,10 @@
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-
 import sys
 import dbus
 
+
 def main():
     try:
         command = sys.argv[1]
@@ -23,5 +19,6 @@ def main():
 
     getattr(iface, command)()
 
+
 if __name__ == '__main__':
     main()