Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Saludame.activity/content_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'Saludame.activity/content_window.py')
-rw-r--r--Saludame.activity/content_window.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Saludame.activity/content_window.py b/Saludame.activity/content_window.py
index fec10f0..b63c8f5 100644
--- a/Saludame.activity/content_window.py
+++ b/Saludame.activity/content_window.py
@@ -17,13 +17,11 @@ HOME_PAGE = os.path.join(ROOT_PATH, u'01-Introducción.html')
hulahop_ok = True
try:
import hulahop
- hulahop.startup( STARTUP_DIR )
+ hulahop.startup(STARTUP_DIR)
from hulahop.webview import WebView
except:
hulahop_ok = False
-import content_parser
-
gobject.threads_init()
class ContentWindow(gtk.HBox):