Mercurial > dive4elements > river
comparison flys-backend/contrib/shpimporter/hws.py @ 5077:c5187ab9f571 dami
Fix Syntax Errror
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 21 Feb 2013 09:46:40 +0100 |
parents | 769593a84606 |
children | 5ba502e78e05 |
comparison
equal
deleted
inserted
replaced
5075:e34c9687299d | 5077:c5187ab9f571 |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 import os | 2 import os |
3 | 3 |
4 try: | 4 try: |
5 from osgeo import ogr | 5 from osgeo import ogr |
6 except ImportErrror: | 6 except ImportError: |
7 import ogr | 7 import ogr |
8 | 8 |
9 from importer import Importer | 9 from importer import Importer |
10 import utils | 10 import utils |
11 | 11 |