i18n/posplit
changeset 29152 c5057b7780dc
parent 28074 a1924bc6e267
child 29153 90d84e1e427a
--- 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)