~ubuntu-branches/ubuntu/saucy/python-happybase/saucy

« back to all changes in this revision

Viewing changes to doc/development.rst

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2013-05-30 13:56:42 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130530135642-tveld2y1dbkhmuv3
Tags: 0.6-1
* New upstream release (Closes: #712971).
* Ran wrap-and-sort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
   (happybase)$ export HAPPYBASE_COMPAT=0.90
50
50
 
 
51
To test the framed Thrift transport mode, use this::
 
52
 
 
53
   (happybase)$ export HAPPYBASE_TRANSPORT=framed
51
54
 
52
55
Contributing
53
56
------------