Skip to content

Commit e11e163

Browse files
jspricketbabej
authored andcommitted
Drop importlib from install_requirements
Part of Python since 3.1.
1 parent f7672dd commit e11e163

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
version = '2.4.3'
66

7-
try:
8-
import importlib
9-
except ImportError:
10-
install_requirements.append('importlib')
11-
127
setup(
138
name='tasklib',
149
version=version,

0 commit comments

Comments
 (0)