소스 검색

HUE-8630 [core] Fix test_db_migrations_sqlite missing import

jdesjean 7 년 전
부모
커밋
eb5cc60ca4
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