blob: 2087962a1f8d1fc8598a4d7c9a32860a3fc5e57e (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./setup.py.orig 2016-05-04 00:23:31.000000000 -0500
+++ ./setup.py 2016-06-01 13:55:52.173789909 -0500
@@ -42,6 +42,8 @@
pass
+# Set LC_ALL=C so that we can properly parse info from CUPS:
+os.environ["LC_ALL"] = "C"
# Local
from base.g import *
|