py3: make i18n/posplit use absolute_import

This commit is contained in:
Pulkit Goyal 2016-05-13 03:08:46 +05:30
parent 6a7aaa4bf4
commit 91f9f5358d

View File

@ -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)