from __future__ import absolute_import
Such that our Python 2 is closer to Python 3.
Part of https://github.com/behdad/fonttools/issues/77
diff --git a/Lib/fontTools/agl.py b/Lib/fontTools/agl.py
index 597df7d..5f20f51 100644
--- a/Lib/fontTools/agl.py
+++ b/Lib/fontTools/agl.py
@@ -1,7 +1,7 @@
# The table below is taken from
# http://www.adobe.com/devnet/opentype/archives/aglfn.txt
-from __future__ import print_function, division
+from __future__ import print_function, division, absolute_import
from fontTools.misc.py23 import *
_aglText = """\