From d6a62d095cfa42c5ab4ac67017d995ce45ee158c Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sat, 18 Apr 2009 23:42:08 +0300 Subject: Remove 'ltihooks.py' as using deprecated Python module. Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree. --- gio/__init__.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gio/__init__.py') diff --git a/gio/__init__.py b/gio/__init__.py index 9f9fe2c..c4b02bb 100644 --- a/gio/__init__.py +++ b/gio/__init__.py @@ -19,14 +19,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 # USA -# this can go when things are a little further along -try: - import ltihooks - ltihooks # pyflakes - del ltihooks -except ImportError: - pass - from gobject import GObjectMeta from _gio import * from _gio import \ -- cgit