mercurial/util.py
changeset 17203 0cb55b5c19a3
parent 16943 8d08a28aa63e
child 17237 e73128535105
--- a/mercurial/util.py	Sun Jul 08 17:17:02 2012 +0200
+++ b/mercurial/util.py	Wed Jul 18 14:41:58 2012 +0200
@@ -24,9 +24,6 @@
 else:
     import posix as platform
 
-platform.encodinglower = encoding.lower
-platform.encodingupper = encoding.upper
-
 cachestat = platform.cachestat
 checkexec = platform.checkexec
 checklink = platform.checklink