Skip to content

Commit

Permalink
Merge pull request #758 from ioam/palette_namespace
Browse files Browse the repository at this point in the history
Added Cycle and Palette to top-level namespace
  • Loading branch information
jlstevens committed Jul 1, 2016
2 parents 76baac5 + 61132b8 commit b37d6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion holoviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
from .core import archive # noqa (API import)
from .core.dimension import OrderedDict, Dimension # noqa (API import)
from .core.boundingregion import BoundingBox # noqa (API import)
from .core.options import Options, Store, StoreOptions # noqa (API import)
from .core.options import (Options, Store, Cycle, # noqa (API import)
Palette, StoreOptions)
from .core.layout import * # noqa (API import)
from .core.element import * # noqa (API import)
from .core.overlay import * # noqa (API import)
Expand Down

0 comments on commit b37d6e9

Please sign in to comment.