Skip to content

Commit 346bff5

Browse files
committed
Remove unused imp_suffixes. Fixes #135.
1 parent a581fcb commit 346bff5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/python/mod_python/publisher.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import sys
3535
import os
3636
from os.path import exists, isabs, normpath, split, isfile, join, dirname
37-
import importlib.machinery
3837
import re
3938
import base64
4039

@@ -43,8 +42,6 @@
4342
import collections
4443

4544

46-
imp_suffixes = " ".join(x[1:] for x in importlib.machinery.all_suffixes())
47-
4845
# Python 2/3 compat workaround
4946
PY2 = sys.version[0] == '2'
5047
def _callable(obj):

0 commit comments

Comments
 (0)