1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-04 21:35:24 +02:00

double import

This commit is contained in:
Didier Barzin 2022-07-13 15:26:00 +02:00 committed by GitHub
parent 1b930c8401
commit 248102325f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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