/[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 2682 by dpinte, Mon May 15 20:11:15 2006 UTC revision 2684 by frank, Tue Jun 27 16:11:35 2006 UTC
# Line 123  try: Line 123  try:
123      from pysqlite2._sqlite import sqlite_version      from pysqlite2._sqlite import sqlite_version
124  except ImportError:  except ImportError:
125      from _sqlite import sqlite_version      from _sqlite import sqlite_version
126  versions['sqlite'] = sqlite_version  versions['sqlite'] = sqlite_version()
127  versions['sqlite-tuple'] = make_tuple(sqlite_version)  versions['sqlite-tuple'] = make_tuple(sqlite_version())
128    
129  # GDAL  # GDAL
130  from  Thuban.Model.resource import has_gdal_support  from  Thuban.Model.resource import has_gdal_support

Legend:
Removed from v.2682  
changed lines
  Added in v.2684

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26