From ecde7d1ad2e562e5237391e8b52454918b7b2398 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 23 Oct 2015 09:12:01 -0400 Subject: [PATCH] Test: Added missing import --- test/uda.t | 1 + 1 file changed, 1 insertion(+) diff --git a/test/uda.t b/test/uda.t index 2ee066f32..a771d8462 100755 --- a/test/uda.t +++ b/test/uda.t @@ -28,6 +28,7 @@ import sys import os +import re import unittest # Ensure python finds the local simpletap module sys.path.append(os.path.dirname(os.path.abspath(__file__)))