fixes for pylama

This commit is contained in:
Pieprzycki Piotr
2016-12-21 13:51:52 +01:00
parent 875ad85bd7
commit f1de371d37
2 changed files with 5 additions and 8 deletions

View File

@@ -37,7 +37,6 @@ class PatchedVyOSDriver(vyos.VyOSDriver):
self.patched_attrs = ['device']
self.device = FakeVyOSDevice()
#self._device = FakeVyOSDevice()
def close(self):
pass
@@ -54,8 +53,6 @@ class PatchedVyOSDriver(vyos.VyOSDriver):
class FakeVyOSDevice(BaseTestDouble):
"""VyOS device test double."""
def send_command(self, command, **kwargs):
filename = '{}.text'.format(self.sanitize_text(command))
print filename