~nchohan/appscale/zk3.3.4

« back to all changes in this revision

Viewing changes to AppServer/lib/webapp2/webapp2_extras/appengine/__init__.py

  • Committer: Chris Bunch
  • Date: 2012-02-17 08:19:21 UTC
  • mfrom: (787.2.3 appscale-raj-merge)
  • Revision ID: cgb@cs.ucsb.edu-20120217081921-pakidyksaenlpzur
merged with main branch, gaining rabbitmq and upgrades for hbase, cassandra, and hypertable, as well as upgrading to gae 1.6.1 for python and go

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
"""
 
3
    webapp2_extras.appengine
 
4
    ========================
 
5
 
 
6
    App Engine-specific modules.
 
7
 
 
8
    :copyright: 2011 by tipfy.org.
 
9
    :license: Apache Sotware License, see LICENSE for details.
 
10
"""