~ubuntu-dev/ubuntu/lucid/coherence/lucid-201002101853

« back to all changes in this revision

Viewing changes to coherence/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2008-03-05 13:43:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080305134301-pg572ehbze3h7cii
Tags: 0.5.2-1
* New upstream release
* debian/control: depend on python-pkg-resources instead of
  python-setuptools for the runtime dependency (Closes: #468724)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import platform
2
2
 
3
 
__version_info__ = (0,5,0)
 
3
__version_info__ = (0,5,2)
4
4
__version__ = '%d.%d.%d' % (__version_info__[0],__version_info__[1],__version_info__[2],)
5
5
 
6
6
SERVER_ID = ','.join([platform.system(),