/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/version.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/version.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1630 by bh, Thu Jul 24 17:52:48 2003 UTC revision 1631 by bh, Fri Aug 22 16:01:14 2003 UTC
# Line 118  if proj_ver: Line 118  if proj_ver:
118      versions['proj'] = ".".join(map(str, proj_ver))      versions['proj'] = ".".join(map(str, proj_ver))
119      versions['proj-tuple'] = proj_ver      versions['proj-tuple'] = proj_ver
120    
121    # psycopg/postgis
122    import Thuban.Model.postgisdb
123    if Thuban.Model.postgisdb.has_postgis_support():
124        v = Thuban.Model.postgisdb.psycopg_version()
125        versions['psycopg'] = v
126        versions['psycopg-tuple'] = make_tuple(v)
127    
128  def verify_versions():  def verify_versions():
129      """Verifies that the versions of the libraries Thuban requires      """Verifies that the versions of the libraries Thuban requires
130      are correct.      are correct.

Legend:
Removed from v.1630  
changed lines
  Added in v.1631

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26