mercurial/hgweb.py
changeset 1473 7d66ce9895fa
parent 1445 56281e086f38
child 1498 78590fb4a82b
--- a/mercurial/hgweb.py	Thu Oct 27 13:31:12 2005 -0700
+++ b/mercurial/hgweb.py	Thu Oct 27 13:40:56 2005 -0700
@@ -990,7 +990,7 @@
             for name, path in self.repos:
                 u = ui.ui()
                 try:
-                    u.readconfig(file(os.path.join(path, '.hg', 'hgrc')))
+                    u.readconfig(os.path.join(path, '.hg', 'hgrc'))
                 except IOError:
                     pass
                 get = u.config