Fix examples with new module paths.
This commit is contained in:
@ -15,7 +15,7 @@ Extracts a list of parisian bars where you can buy a coffee for a reasonable pri
|
||||
|
||||
import bonobo
|
||||
from bonobo.commands import get_default_services
|
||||
from bonobo.ext.opendatasoft import OpenDataSoftAPI
|
||||
from bonobo.contrib.opendatasoft import OpenDataSoftAPI
|
||||
|
||||
filename = 'coffeeshops.txt'
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ from colorama import Fore, Style
|
||||
|
||||
import bonobo
|
||||
from bonobo.commands import get_default_services
|
||||
from bonobo.ext.opendatasoft import OpenDataSoftAPI
|
||||
from bonobo.contrib.opendatasoft import OpenDataSoftAPI
|
||||
|
||||
try:
|
||||
import pycountry
|
||||
|
||||
Reference in New Issue
Block a user