remove superflous line

This commit is contained in:
holger krekel
2014-01-22 13:54:25 +01:00
parent e12fe64b54
commit 3a4f69734a

View File

@@ -817,7 +817,6 @@ class Config(object):
raise KeyError(name)
return val
except KeyError:
import pytest
py.test.skip("no %r value found" %(name,))
def exists(path, ignore=EnvironmentError):