Skip to content

Commit

Permalink
mocks.py: add err() to fix udp_bridge test
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Kiryanov <[email protected]>
  • Loading branch information
broeng authored and vasiliyk committed Dec 8, 2014
1 parent 5b3a550 commit 70c4bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ def write(self, outString):
class Utils():
def __init__(self):
self.drop_privileges = lambda: None

def err(self, msg):
sys.stderr.write("%s\n" % msg)

0 comments on commit 70c4bac

Please sign in to comment.