diff options
-rw-r--r-- | src/common.py | 2 | ||||
-rw-r--r-- | src/poezio_shlex.py (renamed from src/shlex.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/common.py b/src/common.py index c438270f..88c3d0ea 100644 --- a/src/common.py +++ b/src/common.py @@ -18,7 +18,7 @@ import hashlib import subprocess import time import string -import shlex +import poezio_shlex as shlex ROOM_STATE_NONE = 11 ROOM_STATE_CURRENT = 10 diff --git a/src/shlex.py b/src/poezio_shlex.py index 5b3c556c..5b3c556c 100644 --- a/src/shlex.py +++ b/src/poezio_shlex.py |