Skip to content

Commit

Permalink
Make sure Quamash uses correct PyQt version
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed May 26, 2020
1 parent 0414095 commit c308082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qubesmanager/tests/test_create_new_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

import os
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'

import logging.handlers
import quamash
import asyncio
Expand Down

0 comments on commit c308082

Please sign in to comment.