mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-07 22:12:41 -04:00
Use local docopts
This commit is contained in:
parent
c9925226c9
commit
f5aab30d7b
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
from typing import TypeVar
|
from typing import TypeVar
|
||||||
import RNS
|
import RNS
|
||||||
import rnsh
|
import rnsh
|
||||||
import docopt
|
|
||||||
import sys
|
import sys
|
||||||
|
from rnsh import docopt
|
||||||
|
|
||||||
_T = TypeVar("_T")
|
_T = TypeVar("_T")
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import rnsh.args
|
import rnsh.args
|
||||||
import shlex
|
import shlex
|
||||||
import docopt
|
from rnsh import docopt
|
||||||
|
|
||||||
def test_program_args():
|
def test_program_args():
|
||||||
docopt_threw = False
|
docopt_threw = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue