Removed remnants of support_py26 module

The patch removing the module
(I84be2c5fa298e0a83a5358993e443ea9d5a35a85) did not kill that
conditional import. This patch cleans up the remnant.

Change-Id: I3a6e5cf542771e33e94cde1c4117d56eab629f95
This commit is contained in:
Ihar Hrachyshka 2016-09-26 11:15:17 +00:00
parent 62f97ca6f3
commit c82bec4d05
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@
from parsley import makeGrammar
import subprocess
if not getattr(subprocess, 'check_output', None):
import bindep.support_py26
# shut pyflakes up.
bindep.support_py26
debversion_grammar = """
epoch = <digit+>:d ':' -> d