summaryrefslogtreecommitdiffstats
path: root/port_for/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--port_for/cmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/port_for/cmd.py b/port_for/cmd.py
index be28902..ba9add7 100644
--- a/port_for/cmd.py
+++ b/port_for/cmd.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
-"""
-cmd.py is a command-line utility that helps with local TCP ports management.
+"""cmd.py is a command-line utility that helps with local TCP ports management.
It finds 'good' unused TCP localhost port and remembers the association.
@@ -26,6 +25,7 @@ Options:
import sys
from typing import Optional
+
import port_for
from port_for.docopt import docopt