summaryrefslogtreecommitdiff
path: root/python/langdefs.py
diff options
context:
space:
mode:
authorErlend Aasland <erlend.aasland@mac.com>2008-04-21 09:51:42 +0200
committerErlend Aasland <erlend.aasland@mac.com>2008-04-21 09:51:42 +0200
commit2c3b61dc5724aeb13f25bdb6d5ac43db1ef59b03 (patch)
tree36afacb151fb9e8f3f09516276e608e0ba9bffe7 /python/langdefs.py
parent5bc67e225f0f7f25c658013c0757a36ccdb069a4 (diff)
import sys in langdefs.py
Diffstat (limited to 'python/langdefs.py')
-rw-r--r--python/langdefs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/langdefs.py b/python/langdefs.py
index 2b79caee70..b68ce41adc 100644
--- a/python/langdefs.py
+++ b/python/langdefs.py
@@ -6,6 +6,7 @@ Documentation i18n module
"""
import re
+import sys
def lang_file_name (p, langext, ext):
if langext != '':