~ubuntu-branches/ubuntu/lucid/thuban/lucid

« back to all changes in this revision

Viewing changes to test/test_mockgeo.py

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2007-04-07 21:03:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070407210328-9a20n4dmbim3c3yc
Tags: 1.2.0-1
* New upstream release.
* Patchset updated.
* Policy bumped to 3.7.2 (no changes).
* Updated for current Python Policy by using python-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
"""Test cases for the mockgeo helper objects"""
9
9
 
10
 
__version__ = "$Revision: 1.1 $"
11
 
# $Source: /thubanrepository/thuban/test/test_mockgeo.py,v $
12
 
# $Id: test_mockgeo.py,v 1.1 2003/08/15 10:26:40 bh Exp $
 
10
__version__ = "$Revision: 1585 $"
 
11
# $Source$
 
12
# $Id: test_mockgeo.py 1585 2003-08-15 10:26:40Z bh $
13
13
 
14
14
import unittest
15
15