summaryrefslogtreecommitdiff
path: root/ishtar/scripts/import_towns_from_osm.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-24 14:37:16 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-24 14:37:16 +0200
commit95773b4ccd0beaa31f76c93a7c9b5e24211401dc (patch)
tree6b4fc14f42da9d91ab2bb4b989ffeeb42947392f /ishtar/scripts/import_towns_from_osm.py
parent7af17b15fa5cb03050b0fe90d38ab9f37dc51e74 (diff)
downloadIshtar-95773b4ccd0beaa31f76c93a7c9b5e24211401dc.tar.bz2
Ishtar-95773b4ccd0beaa31f76c93a7c9b5e24211401dc.zip
Sources creation for Operation (refs #497) - restructuration (refs #57)
Diffstat (limited to 'ishtar/scripts/import_towns_from_osm.py')
-rwxr-xr-xishtar/scripts/import_towns_from_osm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/scripts/import_towns_from_osm.py b/ishtar/scripts/import_towns_from_osm.py
index 6c5698b4b..fb301f09f 100755
--- a/ishtar/scripts/import_towns_from_osm.py
+++ b/ishtar/scripts/import_towns_from_osm.py
@@ -24,7 +24,7 @@ setup_environ(settings)
from optparse import OptionParser
from xml.parsers import expat
-from furnitures import models
+from ishtar_base import models
usage = "usage: %prog osm_file.xml"
parser = OptionParser(usage=usage)