diff options
Diffstat (limited to 'lang/python/pyme/constants/event.py')
| -rw-r--r-- | lang/python/pyme/constants/event.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/pyme/constants/event.py b/lang/python/pyme/constants/event.py index 3ce234ef..2e30c5e1 100644 --- a/lang/python/pyme/constants/event.py +++ b/lang/python/pyme/constants/event.py @@ -15,5 +15,8 @@  #    License along with this library; if not, write to the Free Software  #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA +from __future__ import absolute_import, print_function, unicode_literals +del absolute_import, print_function, unicode_literals +  from pyme import util  util.process_constants('GPGME_EVENT_', globals())  | 
