Mercurial > dive4elements > river
diff flys-backend/contrib/shpimporter/crosssectiontracks.py @ 5077:c5187ab9f571 dami
Fix Syntax Errror
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 21 Feb 2013 09:46:40 +0100 |
parents | f1c01fecf194 |
children | 88e3473a3846 |
line wrap: on
line diff
--- a/flys-backend/contrib/shpimporter/crosssectiontracks.py Wed Feb 20 19:00:03 2013 +0100 +++ b/flys-backend/contrib/shpimporter/crosssectiontracks.py Thu Feb 21 09:46:40 2013 +0100 @@ -1,6 +1,6 @@ try: from osgeo import ogr -except ImportErrror: +except ImportError: import ogr from importer import Importer