Skip to content

Commit

Permalink
oops guess we do need that
Browse files Browse the repository at this point in the history
  • Loading branch information
hellmanj committed Nov 21, 2014
1 parent 6007593 commit bac7d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotpageobjects/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from sig import get_method_sig
from .context import Context
from . import exceptions
from .base import _ComponentsManagerMeta, not_keyword, _BaseActions, _Keywords, _SelectorsManager, _ComponentsManager
from .base import _ComponentsManagerMeta, not_keyword, robot_alias, _BaseActions, _Keywords, Override, _SelectorsManager, _ComponentsManager


class _PageMeta(_ComponentsManagerMeta):
Expand Down

0 comments on commit bac7d12

Please sign in to comment.