this... actually isn't even necessary, come to think.
This commit is contained in:
parent
c22b473b49
commit
a4080121cd
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user