i18n/posplit
changeset 48875 6000f5b25c9b
parent 45830 c102b704edb5
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     3 # posplit - split messages in paragraphs on .po/.pot files
     3 # posplit - split messages in paragraphs on .po/.pot files
     4 #
     4 #
     5 # license: MIT/X11/Expat
     5 # license: MIT/X11/Expat
     6 #
     6 #
     7 
     7 
     8 from __future__ import absolute_import, print_function
       
     9 
     8 
    10 import polib
     9 import polib
    11 import re
    10 import re
    12 import sys
    11 import sys
    13 
    12