~ubuntu-branches/ubuntu/trusty/okasha/trusty

« back to all changes in this revision

Viewing changes to okasha/kidTemplate.py

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2010-12-02 18:07:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101202180722-qemij1dtc07h1bmx
Tags: 0.2.1-1
* New upstream release
* debian/control:
  + Fix typos in extended descriptions.
  + Added entry about Bottle-based templates in extended description.
  + Added X-Python-Version field.
  + Bumped Standards-Version to 3.9.1, no changes needed.
  + Removed python-support from Build-Deps
  + Bumped python-all Build-Dep to (>= 2.6.6-2)
  + Added Breaks: ${python:Breaks}, to avoid getting
    python (<= <UNSUPPORTED VERSION>) in Depends.
* debian/rules: added --with python2 to dh call.
* Removed debian/pyversions
* debian/copyright: Added entry for okasha/bottleTemplateSegment.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""
19
19
import sys, os, os.path
20
20
import kid
 
21
from baseWebApp import fileNotFoundException
21
22
#from utils import ObjectsCache # kid has its own cache
22
23
 
23
24
def kidTemplate(rq, o, bfn=None, **kw):