mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Unused code
This commit is contained in:
parent
d11e8ce62c
commit
996b6b80df
@ -4,10 +4,9 @@
|
|||||||
|
|
||||||
from __future__ import (unicode_literals, division, absolute_import,
|
from __future__ import (unicode_literals, division, absolute_import,
|
||||||
print_function)
|
print_function)
|
||||||
import unittest, os
|
import unittest
|
||||||
|
|
||||||
from setup import Command
|
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())
|
TEST_MODULES = frozenset('srv db polish opf css docx cfi matcher icu smartypants build'.split())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user