mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +03:00
py3: make i18n/posplit use absolute_import
This commit is contained in:
parent
6a7aaa4bf4
commit
91f9f5358d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user