diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-04 23:14:02 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-04 23:14:02 (GMT) |
commit | 56fab3daed27f53e1f7c59a1b2481d7be9175a9f (patch) | |
tree | 2666e3dfd501e20b2a4c4ae104e46b7130c9c37c | |
parent | 80a348c0a0a97c2d55a65dc45bbfbe7c7a74953e (diff) | |
download | cpython-56fab3daed27f53e1f7c59a1b2481d7be9175a9f.zip cpython-56fab3daed27f53e1f7c59a1b2481d7be9175a9f.tar.gz cpython-56fab3daed27f53e1f7c59a1b2481d7be9175a9f.tar.bz2 |
Remove inline comment, no longer supported by configparser.
(Deleted rather than moved because multilib implementations vary.)
-rw-r--r-- | Lib/sysconfig.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sysconfig.cfg b/Lib/sysconfig.cfg index 573b12e..565c0eb 100644 --- a/Lib/sysconfig.cfg +++ b/Lib/sysconfig.cfg @@ -31,7 +31,7 @@ man = {datadir}/man # be used directly in [resource_locations]. confdir = /etc datadir = /usr/share -libdir = /usr/lib ; or /usr/lib64 on a multilib system +libdir = /usr/lib statedir = /var # User resource directory local = ~/.local/{distribution.name} |