We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707e4eb commit c908e16Copy full SHA for c908e16
1 file changed
trepan/bwprocessor/command/mock.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-# Copyright (C) 2013 Rocky Bernstein
+# Copyright (C) 2013, 2024 Rocky Bernstein
3
#
4
# This program is free software; you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
21
import sys
22
23
from trepan.lib import breakpoint, default
24
+from tracer import tracefilter
25
26
27
class MockIO:
@@ -82,10 +83,6 @@ def undefined_cmd(self, cmd):
82
83
pass
84
85
-# External Egg packages
86
-import tracefilter
87
-
88
89
class MockDebuggerCore:
90
def __init__(self, debugger):
91
self.debugger = debugger
0 commit comments