Fix examples with new module paths.

This commit is contained in:
Romain Dorgueil
2017-11-12 06:24:29 +01:00
parent f6093e308d
commit 4bea3f7dad
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Extracts a list of parisian bars where you can buy a coffee for a reasonable pri
import bonobo import bonobo
from bonobo.commands import get_default_services from bonobo.commands import get_default_services
from bonobo.ext.opendatasoft import OpenDataSoftAPI from bonobo.contrib.opendatasoft import OpenDataSoftAPI
filename = 'coffeeshops.txt' filename = 'coffeeshops.txt'

View File

@ -20,7 +20,7 @@ from colorama import Fore, Style
import bonobo import bonobo
from bonobo.commands import get_default_services from bonobo.commands import get_default_services
from bonobo.ext.opendatasoft import OpenDataSoftAPI from bonobo.contrib.opendatasoft import OpenDataSoftAPI
try: try:
import pycountry import pycountry