X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sort_db.py;fp=sort_db.py;h=4418973011c9b1444c2670fdf4e9eebf1efb8566;hb=c2ea4e82718b903aa123dd77490f36657383b0ca;hp=03026e6db3501a05d7f0de92734881b0229f9d5c;hpb=4ced9933b914c5569cba1c29c9ae21c3de123acc;p=bookmarks_db.git diff --git a/sort_db.py b/sort_db.py index 03026e6..4418973 100755 --- a/sort_db.py +++ b/sort_db.py @@ -13,7 +13,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" __license__ = "GNU GPL" import sys @@ -89,7 +89,7 @@ def run(): make_linear(root_folder) linear = root_folder.linear - del linear[0] # exclude root folder from sorting + del linear[0] # exclude root folder from sorting by = SortBy(sort_by) linear.sort(by)