Move shlex to poezio_shlex to avoid conflicts with the stdlib

This commit is contained in:
mathieui 2013-08-15 01:07:47 +02:00
parent 6f2cca61d4
commit 7820f98568
2 changed files with 1 additions and 1 deletions

View file

@ -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