this... actually isn't even necessary, come to think.

This commit is contained in:
brent s. 2019-12-30 13:00:57 -05:00
parent c22b473b49
commit a4080121cd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from . import _common
_logger = logging.getLogger(__name__)


_skipconfline_re = re.compile(r'^[ \t]*#([ \t]+.*)?$')
_skipconfline_re = re.compile(r'^[ \t]*(#|$)')


class PackageManager(object):