bubbles icon indicating copy to clipboard operation
bubbles copied to clipboard

Import in example code fail

Open pjakobsen opened this issue 12 years ago • 0 comments

From bubbles / doc / operations.rst

The following example code fails:

from bubbles import default_context as c from bubbles import get_object

source = get_object("csv", "data.csv") duplicates = c.op.duplicates(source)

$python operations.py Traceback (most recent call last): File "operations.py", line 2, in from bubbles import get_object ImportError: cannot import name get_object

pjakobsen avatar Nov 01 '13 13:11 pjakobsen