lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Some scripts still rely on httplib2 #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
./couchdb/tools/replication_helper.py:import httplib2
./couchdb/tools/replication_helper.py:        self.http = httplib2.Http()
./couchdb/tools/manual_replication.py:import httplib2
./couchdb/tools/manual_replication.py:        httplib2.debuglevel = 1

It looks like the usage in manual_replication.py is now superfluous. The
use in replication_helper still seems real. These should probably be
cleaned up. Not sure if Matt was done with his replication script
refactoring yet?

Original issue reported on code.google.com by djc.ochtman on 2 Jun 2010 at 8:12

GoogleCodeExporter commented 8 years ago
Not done anything yet.

We actually agreed to remove replication_helper completely (see 
http://groups.google.com/group/couchdb-python/browse_thread/thread/89d1e49f01e5a
2e1). 
No one has complained about that idea so that makes getting rid of httplib2 
nice and 
easy :).

Original comment by matt.goo...@gmail.com on 2 Jun 2010 at 12:45

GoogleCodeExporter commented 8 years ago
Okay, I've removed replication_helper in r10e1029ce401 and gotten rid of the 
httplib2
dependency in r65d7528f4931.

Original comment by djc.ochtman on 6 Jun 2010 at 5:00