Enable python3 compatible strings in biosnoop

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
diff --git a/tools/biosnoop.py b/tools/biosnoop.py
index 702c97b..3030e19 100755
--- a/tools/biosnoop.py
+++ b/tools/biosnoop.py
@@ -154,7 +154,7 @@
     if event.rwflag == 0:
         rwflg = "R"
 
-    if not re.match('\?', event.name):
+    if not re.match(b'\?', event.name):
         val = event.sector
 
     if start_ts == 0: