From 13d570ce3e57320a552e889c5827d8a4247a861c Mon Sep 17 00:00:00 2001
From: Giorgos Korfiatis <gkorf@grnet.gr>
Date: Thu, 14 May 2015 17:46:18 +0300
Subject: [PATCH] load gui from dir

---
 agkyra/gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agkyra/gui.py b/agkyra/gui.py
index dfc661b..035c5d2 100644
--- a/agkyra/gui.py
+++ b/agkyra/gui.py
@@ -39,7 +39,7 @@ class GUI(WebSocketBaseClient):
         self.start = self.connect
         self.nw = kwargs.get(
             'nw', os.path.join(os.path.join(CURPATH, 'nwjs'), 'nw'))
-        self.gui_code = kwargs.get('gui_code', os.path.join(CURPATH, 'gui.nw'))
+        self.gui_code = kwargs.get('gui_code', os.path.join(CURPATH, 'gui'))
         assert not self._gui_running(session), (
             'Failed to initialize GUI, because another GUI is running')
         self._dump_session_file(session)
-- 
GitLab