Browse Source

Remove unused import.

Jelmer Vernooij 9 years ago
parent
commit
ad0cf4d089
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dulwich/client.py

+ 0 - 1
dulwich/client.py

@@ -42,7 +42,6 @@ from contextlib import closing
 from io import BytesIO, BufferedReader
 import dulwich
 import select
-import shlex
 import socket
 import subprocess
 import sys