Skip to content

Commit c908e16

Browse files
committed
Use newer tracefilter in Mock
1 parent 707e4eb commit c908e16

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

trepan/bwprocessor/command/mock.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (C) 2013 Rocky Bernstein
2+
# Copyright (C) 2013, 2024 Rocky Bernstein
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
2121
import sys
2222

2323
from trepan.lib import breakpoint, default
24+
from tracer import tracefilter
2425

2526

2627
class MockIO:
@@ -82,10 +83,6 @@ def undefined_cmd(self, cmd):
8283
pass
8384

8485

85-
# External Egg packages
86-
import tracefilter
87-
88-
8986
class MockDebuggerCore:
9087
def __init__(self, debugger):
9188
self.debugger = debugger

0 commit comments

Comments
 (0)