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