##// END OF EJS Templates
py3: make i18n/hggettext use absolute_import
Pulkit Goyal -
r29170:2516bba6 default
parent child Browse files
Show More
@@ -20,7 +20,11 b' Use xgettext like normal to extract stri'
20 20 join the message cataloges to get the final catalog.
21 21 """
22 22
23 import os, sys, inspect
23 from __future__ import absolute_import
24
25 import inspect
26 import os
27 import sys
24 28
25 29
26 30 def escape(s):
General Comments 0
You need to be logged in to leave comments. Login now