Skip to content

Commit 4ee6734

Browse files
committed
Use PyPI term_background
1 parent e56048b commit 4ee6734

3 files changed

Lines changed: 3 additions & 135 deletions

File tree

__pkginfo__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"Programming Language :: Python :: 3.6 ",
5555
"Programming Language :: Python :: 3.7 ",
5656
"Programming Language :: Python :: 3.8 ",
57+
"Programming Language :: Python :: 3.9 ",
5758
]
5859

5960
# The rest in alphabetic order
@@ -76,6 +77,7 @@
7677
"pygments %s" % pygments_version,
7778
"spark_parser >= 1.8.9, <1.9.0",
7879
"tracer >= 0.3.2",
80+
"term-background >= 1.0.1",
7981
"uncompyle6 >= 3.7.4",
8082
]
8183
license = "GPL3"

trepan/lib/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os, tracer
2020
from columnize import computed_displaywidth
2121

22-
from trepan.lib.term_background import is_dark_background
22+
from term_background import is_dark_background
2323

2424
width = computed_displaywidth()
2525

trepan/lib/term_background.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)