]> git.phdru.name Git - xsetbg.git/commitdiff
Feat: Python 3
authorOleg Broytman <phd@phdru.name>
Sat, 24 Feb 2024 15:07:02 +0000 (18:07 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 24 Feb 2024 15:07:02 +0000 (18:07 +0300)
dump_db.py
print-filename.py
print-stats.py
reload_db.py
rescan_fs.py
xsetbg-wsgi.py
xsetbg_conf.py
xsetbg_db.py

index 97972991ba3169be555bb6dd1dbfe6dd7ff505fc..470ff0a06c9120de7ad72667ac0bc18017ba9a22 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Dump the DB sorted by date
 
 This file is a part of XSetBg.
index 921f129bbed512d21e1e6a229623e2bead4e6237..d5413976761bfc625c54d780de2e8654b6d2c8b6 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """print(background filename)
 
 print(the filename of the current or previous background image.)
index daa31a45e03c9035b96cfa6dae27829325dc5cf1..fe7cfa585c2c1287c3ecbee5c1177826c15754a0 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Display stats: shown and non-shown files; oldest and newest and so on
 
 This file is a part of XSetBg.
index 4a96a0195af2b24c0f5709dfa50dd20da752942b..ffa0013b7b2803f7e850c8de6b62fb2dac0b74f8 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Reload a dump into DB
 
 This file is a part of XSetBg.
index f2586f3651b9115600d3989ed8aeb28b335c9528..0abed44c1b3feaec860317f64ee930138570ac05 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Rescan filesystem and update database
 
 Rescan images directories; remove unknown images from DB; add new images.
index 0b9e12dc4a90ba3f431dbf5a7711f68a67cd92ff..aad53eea943228f9ecf29d8499d78d2949edcc13 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """XSetBg (WSGI version)
 
 """
index 677b5371e38ea5cf107890520b730e8633d009e8..b1b6656b32d2a788a874bfe79a46eb5bf4b86765 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """XSetBg config
 
 """
index 0ad9d048625dce5f00eea0ab0b2f67d56f5cc6b3..85cecc289f2b440df531adc1ee86e227ef9bac7f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """XSetBg database
 
 """