Skip to content

Commit

Permalink
Merge pull request #289 from i18n-now/master
Browse files Browse the repository at this point in the history
fix cmd conflict
  • Loading branch information
Teingi authored Jul 3, 2024
2 parents 1681921 + ba9a8fa commit 429c38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""

import sys
from cmd import MainCommand
from obcmd import MainCommand
from stdio import IO

ROOT_IO = IO(1)
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions requirements3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tabulate==0.8.9
zstandard==0.17.0
pycryptodome~=3.14.1
pick==1.2.0
PyYAML==6.0
PyYAML==6.0.2rc1
prettytable==3.5.0
oyaml==1.0
xmltodict==0.13.0
Expand All @@ -34,4 +34,4 @@ ruamel.yaml==0.17.4
progressbar==2.5
halo==0.0.31
inspect2==0.1.2
netifaces==0.11.0
netifaces==0.11.0

0 comments on commit 429c38a

Please sign in to comment.