Revision 1697
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/digir_client | ||
---|---|---|
11 | 11 |
sys.path.append(os.path.dirname(__file__)+"/../lib") |
12 | 12 |
|
13 | 13 |
import dates |
14 |
import http |
|
14 | 15 |
import opts |
15 | 16 |
import streams |
16 | 17 |
import util |
Also available in: Unified diff
digir_client: Import http to take advantage of httplib modifications to deal with IncompleteRead errors