Rename python module version symbol to __version__, add __version_info__
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 4 May 2010 06:05:23 +0000 (09:05 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 4 May 2010 06:05:23 +0000 (09:05 +0300)
commited74161b7e5b90ba886926ced14ba3aca018a4f4
tree85fd8fa3f12405a6180e94345085038738025220
parentf2c4eebae0c33c01274b2da1ecb19f62beecb21f
Rename python module version symbol to __version__, add __version_info__
- This seems to be a de-facto standard in python land, as rpm.version
  hasn't been in any released version we can still change this easily.
  Suggestion from James Antill.
python/rpm/__init__.py
python/rpmmodule.c