Mercurial > hg
comparison tests/f @ 29230:b68af177937d
tests: remove unused import from 'f' utility
It should have been caught by pyflakes.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 15 May 2016 10:39:44 +0900 |
parents | 0362605b82cf |
children | 318534bb5dfd |
comparison
equal
deleted
inserted
replaced
29228:9b07017ba528 | 29230:b68af177937d |
---|---|
23 md5sum.py | 23 md5sum.py |
24 """ | 24 """ |
25 | 25 |
26 from __future__ import absolute_import | 26 from __future__ import absolute_import |
27 | 27 |
28 import errno | |
29 import glob | 28 import glob |
30 import optparse | 29 import optparse |
31 import os | 30 import os |
32 import re | 31 import re |
33 import sys | 32 import sys |