Skip to content

Commit 9da23a5

Browse files
committed
cli: Update for pynipap as a package
Despite my intentions to keep the API unchanged, a small change was needed to the CLI client to cater for pynipap as a package.
1 parent 02e1a30 commit 9da23a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipap-cli/nipap

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ import socket
1313
import nipap_cli
1414
import nipap_cli.nipap_cli
1515
from nipap_cli.command import Command, CommandError
16-
from pynipap import NipapError
17-
import tracing
16+
from pynipap import NipapError, tracing
1817

1918
# early close of stdout to avoid broken pipe, see #464
2019
# If our output is being piped and the receiver of the pipe is killed off before

0 commit comments

Comments
 (0)