Browse Source

fixed path error in __init__

pull/61/head
chriskiehl 10 years ago
parent
commit
79ae55b875
1 changed files with 2 additions and 5 deletions
  1. 7
      gooey/__init__.py

7
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'
Loading…
Cancel
Save