##// END OF EJS Templates
tests: fix pyflakes warning in test-duplicateoptions.py...
Augie Fackler -
r40412:801c8ca6 default
parent child Browse files
Show More
@@ -10,6 +10,7 b" ignore = {b'highlight', b'win32text', b'"
10
10
11 try:
11 try:
12 import sqlite3
12 import sqlite3
13 del sqlite3 # unused, just checking that import works
13 except ImportError:
14 except ImportError:
14 ignore.add(b'sqlitestore')
15 ignore.add(b'sqlitestore')
15
16
General Comments 0
You need to be logged in to leave comments. Login now