Skip to content

Commit

Permalink
python-bareos: changes from code-review
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Friedmann @bareos <89836284+bruno-at-bareos@users.noreply.github.com>
  • Loading branch information
joergsteffens and bruno-at-bareos committed Jan 29, 2024
1 parent dfbd8b3 commit 2872733
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
Requires Bareos >= 19.2.4.
"""

from __future__ import print_function
import bareos.util.argparse as argparse
from bareos.util import argparse
import bareos.bsock
import bareos.exceptions
import logging
Expand Down
3 changes: 1 addition & 2 deletions contrib/misc/triggerjob/bareos-triggerjob.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

from __future__ import print_function
import bareos.util.argparse as argparse
from bareos.util import argparse
import bareos.bsock
import logging
import sys
Expand Down
2 changes: 1 addition & 1 deletion python-bareos/bin/bareos-fd-connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.

import bareos.util.argparse as argparse
from bareos.util import argparse
import bareos.bsock
from bareos.bsock.filedaemon import FileDaemon
import logging
Expand Down
3 changes: 1 addition & 2 deletions python-bareos/bin/bareos-jsonrpc-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
# 02110-1301, USA.


from __future__ import print_function
import bareos.util.argparse as argparse
from bareos.util import argparse
import bareos.bsock
import bareos.exceptions
import inspect
Expand Down
3 changes: 1 addition & 2 deletions python-bareos/bin/bconsole-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
# 02110-1301, USA.


from __future__ import print_function
import bareos.util.argparse as argparse
from bareos.util import argparse
import bareos.bsock
import bareos.exceptions
import logging
Expand Down
3 changes: 1 addition & 2 deletions python-bareos/bin/bconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.

from __future__ import print_function
import bareos.util.argparse as argparse
from bareos.util import argparse
import bareos.bsock
import bareos.exceptions
import logging
Expand Down

0 comments on commit 2872733

Please sign in to comment.