]> git.phdru.name Git - bookmarks_db.git/blobdiff - convert_st.py
Feat: Set shebang to `python3`
[bookmarks_db.git] / convert_st.py
index 381239fc3ab45ab38913d3fb46233764a6a87ea2..63d4a7f3bf1940b4e87eeac6f501490bf0bd6551 100755 (executable)
@@ -1,11 +1,11 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Convert a bkmk database to a different storage.
 
 This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys