mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 18:45:59 +01:00
Unused code
This commit is contained in:
parent
d11e8ce62c
commit
996b6b80df
1 changed files with 1 additions and 2 deletions
|
|
@ -4,10 +4,9 @@
|
|||
|
||||
from __future__ import (unicode_literals, division, absolute_import,
|
||||
print_function)
|
||||
import unittest, os
|
||||
import unittest
|
||||
|
||||
from setup import Command
|
||||
is_travis = os.environ.get('TRAVIS') == 'true'
|
||||
|
||||
TEST_MODULES = frozenset('srv db polish opf css docx cfi matcher icu smartypants build'.split())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue