Parcourir la source

HUE-8630 [core] Fix test_db_migrations_sqlite missing import

jdesjean il y a 7 ans
Parent
commit
eb5cc60
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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