Skip to content

Commit

Permalink
importError Fixed!.
Browse files Browse the repository at this point in the history
  • Loading branch information
iharsh234 committed Mar 23, 2016
1 parent 05565ac commit 2e0da51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/UI/player/test_gtk3player.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
module_path = os.path.join(os.path.dirname(__file__),"../../..")
sys.path.append(module_path)

import src.common.file_util as file_util
from src.common.decorators import exc_handler
import gui.common.file_util as file_util
from gui.common.decorators import exc_handler
from gi.repository import GdkX11
from gi.repository import Gtk
from src.lib import vlc
from gui.lib import vlc


path = file_util.find_file(__file__,
Expand Down

1 comment on commit 2e0da51

@vicente-gonzalez-ruiz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.