~ubuntu-branches/ubuntu/utopic/yokadi/utopic

« back to all changes in this revision

Viewing changes to src/yokadi/tests/testutils.py

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-07-07 19:53:48 UTC
  • mfrom: (1.1.2 upstream) (0.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100707195348-h8icsvr1n3zv97xm
Tags: 0.12.0-1
* New upstream release
* debian/control:
  + Updated Standards-Version to 3.9.0 (no changes needed)
* debian/copyright:
  + Updated as per DEP-5 specification
* debian/*.1:
  + Removed manpages, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
@author: Aurélien Gâteau <aurelien.gateau@free.fr>
5
5
@license: GPL v3 or later
6
6
"""
7
 
import unittest
8
7
 
9
8
import db
10
9