1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 00:18:01 +00:00

remove "import shlex" to pass tests

This commit is contained in:
deadc0de6
2020-01-26 19:37:52 +01:00
parent 704f8deab6
commit 99150cec88

View File

@@ -9,7 +9,6 @@ import subprocess
import tempfile
import os
import uuid
import shlex
import fnmatch
import inspect
import importlib