Skip to content

Commit

Permalink
QUQMASH_QTIMPL -> QUAMASH_QTIMPL
Browse files Browse the repository at this point in the history
  • Loading branch information
rustybird committed Feb 17, 2021
1 parent e82b970 commit 11d5c43
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion qubesmanager/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# pylint: disable=wrong-import-position
import os
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import traceback

Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# pylint: disable=wrong-import-position
import os
import os.path
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import sys
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/template_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# pylint: disable=wrong-import-position
import os
import os.path
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import sys
import traceback
Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/tests/test_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# pylint: disable=wrong-import-position
import os
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import logging.handlers
import unittest
Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/tests/test_backup_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
# pylint: disable=wrong-import-position
import os
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import logging.handlers
import unittest.mock
Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/tests/test_create_new_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#

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

import logging.handlers
import quamash
Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/tests/test_global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
# pylint: disable=wrong-import-position
import os
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import logging.handlers
import quamash
Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/tests/test_qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
# pylint: disable=wrong-import-position
import os
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import asyncio
import contextlib
Expand Down
2 changes: 1 addition & 1 deletion qubesmanager/tests/test_vm_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# pylint: disable=wrong-import-position
import os
os.environ['QUQMASH_QTIMPL'] = 'PyQt4'
os.environ['QUAMASH_QTIMPL'] = 'PyQt4'

import logging.handlers
import unittest
Expand Down

0 comments on commit 11d5c43

Please sign in to comment.