diff --git a/gooey/__init__.py b/gooey/__init__.py index 3a73ec1..c90b273 100644 --- a/gooey/__init__.py +++ b/gooey/__init__.py @@ -1,8 +1,5 @@ -try: - from gooey_decorator import Gooey - from gooey.python_bindings.gooey_parser import GooeyParser -except ImportError: - pass +from gooey.python_bindings.gooey_decorator import Gooey +from gooey.python_bindings.gooey_parser import GooeyParser __version__ = '0.1.0'