[gnome-python] Don't import ltihooks in the gnome module
- From: Gustavo J. A. M. Carneiro <gjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-python] Don't import ltihooks in the gnome module
- Date: Tue, 30 Mar 2010 23:37:11 +0000 (UTC)
commit adf31b0d532b502a474cc9a922c8478a0ae89805
Author: Gustavo Carneiro <gjc inescporto pt>
Date: Wed Mar 31 00:31:50 2010 +0100
Don't import ltihooks in the gnome module
gnome/__init__.py | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gnome/__init__.py b/gnome/__init__.py
index 6034700..a5bf864 100644
--- a/gnome/__init__.py
+++ b/gnome/__init__.py
@@ -1,11 +1,11 @@
# -*- Mode: Python; py-indent-offset: 4 -*-
# this can go when things are a little further along
-try:
- import ltihooks
- del ltihooks
-except ImportError:
- pass
+# try:
+# import ltihooks
+# del ltihooks
+# except ImportError:
+# pass
import gobject
del gobject
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]