瀏覽代碼

HUE-8630 [core] Fix test_db_migrations_sqlite missing import

jdesjean 7 年之前
父節點
當前提交
eb5cc60
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      desktop/core/src/desktop/tests.py

+ 1 - 0
desktop/core/src/desktop/tests.py

@@ -23,6 +23,7 @@ import StringIO
 import subprocess
 import sys
 import time
+import uuid
 
 import proxy.conf
 import tempfile