~ubuntu-branches/debian/squeeze/upnp-inspector/squeeze

« back to all changes in this revision

Viewing changes to upnp_inspector/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Charlie Smotherman
  • Date: 2009-07-24 07:13:32 UTC
  • Revision ID: james.westby@ubuntu.com-20090724071332-t9knke5z11s63w0w
Tags: upstream-0.2.2+dfsg
ImportĀ upstreamĀ versionĀ 0.2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
 
 
3
__version_info__ = (0,2,2)
 
4
__version__ = '%d.%d.%d' % (__version_info__[0],__version_info__[1],__version_info__[2],)