# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1463089126 -19800 # Node ID c5057b7780dcf97f6b248434c0648af2d032a5cd # Parent 7996c3acc33bacdc7c8da92d0e577b9439a40499 py3: make i18n/posplit use absolute_import diff -r 7996c3acc33b -r c5057b7780dc i18n/posplit --- a/i18n/posplit Thu May 12 09:39:14 2016 -0400 +++ b/i18n/posplit Fri May 13 03:08:46 2016 +0530 @@ -5,9 +5,11 @@ # license: MIT/X11/Expat # +from __future__ import absolute_import + +import polib import re import sys -import polib def addentry(po, entry, cache): e = cache.get(entry.msgid)