Show More
@@ -20,7 +20,11 b' Use xgettext like normal to extract stri' | |||||
20 | join the message cataloges to get the final catalog. |
|
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 | def escape(s): |
|
30 | def escape(s): |
General Comments 0
You need to be logged in to leave comments.
Login now