diff options
-rw-r--r-- | pym/portage/glsa.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pym/portage/glsa.py b/pym/portage/glsa.py index 6267b2cc0..116003a5d 100644 --- a/pym/portage/glsa.py +++ b/pym/portage/glsa.py @@ -1,6 +1,8 @@ -# Copyright 2003-2007 Gentoo Foundation +# Copyright 2003-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +from __future__ import absolute_import + import codecs import sys try: |