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
|
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'
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user