Browse Source

tests: add missing import

Marek Marczykowski-Górecki 7 years ago
parent
commit
2a223811a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      qubes/tests/__init__.py

+ 1 - 0
qubes/tests/__init__.py

@@ -45,6 +45,7 @@ import unittest
 from distutils import spawn
 
 import lxml.etree
+import pkg_resources
 
 import qubes.backup
 import qubes.config