##// END OF EJS Templates
py3: make i18n/posplit use absolute_import
Pulkit Goyal -
r29152:c5057b77 default
parent child Browse files
Show More
@@ -5,9 +5,11 b''
5 # license: MIT/X11/Expat
5 # license: MIT/X11/Expat
6 #
6 #
7
7
8 from __future__ import absolute_import
9
10 import polib
8 import re
11 import re
9 import sys
12 import sys
10 import polib
11
13
12 def addentry(po, entry, cache):
14 def addentry(po, entry, cache):
13 e = cache.get(entry.msgid)
15 e = cache.get(entry.msgid)
General Comments 0
You need to be logged in to leave comments. Login now