Skip to content

Commit

Permalink
Removed unintended import in traceSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausPopp authored Nov 26, 2019
1 parent 9664f64 commit 0d9cf06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/moddy/lib/traceSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
'''
from moddy.simulator import sim, simTraceEvent
import fnmatch
from reportlab.platypus import para

class TraceSearch(object):
'''
Expand Down Expand Up @@ -150,4 +149,4 @@ def wildcardMatch(self, txt, pattern):
return pattern is None or fnmatch.fnmatch(txt, pattern)




0 comments on commit 0d9cf06

Please sign in to comment.