diff options
Diffstat (limited to 'benchmark/bench_xpath.py')
-rw-r--r-- | benchmark/bench_xpath.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/bench_xpath.py b/benchmark/bench_xpath.py index 22d4e6ac..59cdc78c 100644 --- a/benchmark/bench_xpath.py +++ b/benchmark/bench_xpath.py @@ -1,8 +1,7 @@ -import sys, copy from itertools import * import benchbase -from benchbase import with_attributes, with_text, onlylib, serialized, children, nochange +from benchbase import onlylib, children, nochange ############################################################ # Benchmarks |