Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test/test1.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test1.py')
-rwxr-xr-xtest/test1.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test1.py b/test/test1.py
index d3abed3..220cb83 100755
--- a/test/test1.py
+++ b/test/test1.py
@@ -2,6 +2,9 @@
# This test opens the interface and just clicks around a bit.
+import os
+os.environ['LANG']='en_US.UTF-8'
+
from dogtail.procedural import *
run('evince')