i18n/check-translation.py
branchstable
changeset 20164 1ddf4409229f
parent 20158 209e04a06467
child 20514 410c80539c5c
--- a/i18n/check-translation.py	Sun Dec 01 20:51:15 2013 -0600
+++ b/i18n/check-translation.py	Sun Dec 01 21:24:26 2013 -0600
@@ -122,6 +122,7 @@
     (options, args) = optparser.parse_args()
 
     if options.doctest:
+        import os
         if 'TERM' in os.environ:
             del os.environ['TERM']
         import doctest