From 2cfccfb860bbc8c5be77792012172bceb7e8b9e2 Mon Sep 17 00:00:00 2001 From: Simon Feltman Date: Mon, 28 Apr 2014 14:55:27 -0700 Subject: giscanner: Use absolute_import for all Python files Use absolute_import to ensure Python 3 compatibility of the code base. https://bugzilla.gnome.org/show_bug.cgi?id=679438 --- giscanner/introspectablepass.py | 1 + 1 file changed, 1 insertion(+) (limited to 'giscanner/introspectablepass.py') diff --git a/giscanner/introspectablepass.py b/giscanner/introspectablepass.py index ac68b9f7..6a8547d0 100644 --- a/giscanner/introspectablepass.py +++ b/giscanner/introspectablepass.py @@ -16,6 +16,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # +from __future__ import absolute_import from . import ast from . import message -- cgit v1.2.1