diff --git a/pandora-box.py b/pandora-box.py index e158b33..ed30a03 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -1,21 +1,20 @@ #!/usr/bin/python3 - - # - # This file is part of the Pandora-box distribution (https://github.com/dbarzin/pandora-box). - # Copyright (c) 2022 Didier Barzin. - # - # This program is free software: you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation, version 3. - # - # This program is distributed in the hope that it will be useful, but - # WITHOUT ANY WARRANTY; without even the implied warranty of - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - # General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - # +# +# This file is part of the Pandora-box distribution (https://github.com/dbarzin/pandora-box). +# Copyright (c) 2022 Didier Barzin. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# import curses from curses import wrapper @@ -26,7 +25,6 @@ import pyudev import psutil import os import logging -import time import configparser import shutil from datetime import datetime