src/mercurialserver/config.py
changeset 212 ab5e0e4f5a0c
parent 211 0cd59649772c
child 213 72e7ba8b41a6
--- a/src/mercurialserver/config.py	Fri Nov 13 12:26:08 2009 +0000
+++ b/src/mercurialserver/config.py	Fri Nov 13 12:30:06 2009 +0000
@@ -27,15 +27,12 @@
     return [os.path.expanduser(p)
         for p in _getConf()["paths"][name].split(":")]
 
-
-def getExePath(): return _getPath("exe")
 def getReposPath(): return _getPath("repos")
 
 def getKeysPaths(): return _getPaths("keys")
 def getAccessPaths(): return _getPaths("access")
 
-# This goes into an env var, so pass it on verbatim.
-def getHgrcPaths(): return _getConf()["paths"]["hgrc"]
+def getEnv(): return _getConf()["env"]
 
 # Work out where we are, don't use config.
 def setExePath():