summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2012-06-12 22:55:22 +0100
committerThomas Kluyver <takowl@gmail.com>2012-06-12 22:55:22 +0100
commit8cd8f53658373b97f6a128a31aaeb50f8a07a8a9 (patch)
tree6b8f3e07a4ad2dfffd6eb447f456139647ba01b8
parentf4bc3a3a898e8487265db7c5cb3bb2757c07bd67 (diff)
Add test script for xdg.Localeupdate
-rw-r--r--test/test-locale.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-locale.py b/test/test-locale.py
new file mode 100644
index 0000000..58d4483
--- /dev/null
+++ b/test/test-locale.py
@@ -0,0 +1,3 @@
+from xdg import Locale
+
+print(Locale.expand_languages())