diff -r f89fd07fc51d -r e75aab656f46 mercurial/filelog.py --- a/mercurial/filelog.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/filelog.py Thu Mar 06 22:23:41 2008 +0100 @@ -7,7 +7,6 @@ from node import bin, nullid from revlog import revlog -import os class filelog(revlog): def __init__(self, opener, path):