Skip to content

Commit 9d71b63

Browse files
committed
bug fix
1 parent 7c8de38 commit 9d71b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/httplib_chunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# -*- coding: utf-8 -*-
99

1010
import httplib
11-
from httplib import _CS_REQ_STARTED, _CS_REQ_SENT
11+
from httplib import _CS_REQ_STARTED, _CS_REQ_SENT, CannotSendHeader, NotConnected
1212
import string
1313
import os
1414
from array import array

0 commit comments

Comments
 (0)