Merge branch 'master' into pep8-bootstrap

This commit is contained in:
johnthagen
2017-10-11 07:33:46 -04:00
committed by GitHub
94 changed files with 896 additions and 789 deletions

View File

@@ -499,7 +499,7 @@ class RustBuild(object):
If the key does not exists, the result is None:
>>> rb.get_toml("key3") == None
>>> rb.get_toml("key3") is None
True
"""
for line in self.config_toml.splitlines():