diff tests/test-status-inprocess.py @ 10905:13a1b2fb7ef2

pylint, pyflakes: remove unused or duplicate imports
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 14 Apr 2010 17:58:10 +0900
parents 07dbafd3a0e2
children 7779f9dfd938
line wrap: on
line diff
--- a/tests/test-status-inprocess.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/tests/test-status-inprocess.py	Wed Apr 14 17:58:10 2010 +0900
@@ -1,5 +1,4 @@
 #!/usr/bin/python
-import os
 from mercurial.ui import ui
 from mercurial.localrepo import localrepository
 from mercurial.commands import add, commit, status