Move shlex to poezio_shlex to avoid conflicts with the stdlib
This commit is contained in:
parent
6f2cca61d4
commit
7820f98568
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import hashlib
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
import time
|
||||||
import string
|
import string
|
||||||
import shlex
|
import poezio_shlex as shlex
|
||||||
|
|
||||||
ROOM_STATE_NONE = 11
|
ROOM_STATE_NONE = 11
|
||||||
ROOM_STATE_CURRENT = 10
|
ROOM_STATE_CURRENT = 10
|
||||||
|
|
Loading…
Reference in a new issue