Skip to content

Commit 2b335b7

Browse files
Port to PyQt6
1 parent 8f99613 commit 2b335b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buffer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2121

22-
from PyQt5 import QtCore
23-
from PyQt5.QtGui import QColor
24-
from PyQt5.QtCore import QThread
22+
from PyQt6 import QtCore
23+
from PyQt6.QtGui import QColor
24+
from PyQt6.QtCore import QThread
2525
from core.webengine import BrowserBuffer
2626
from core.utils import get_emacs_func_result, get_emacs_var, PostGui, message_to_emacs, eval_in_emacs
2727
from pygit2 import (Repository, GIT_SORT_TOPOLOGICAL,

0 commit comments

Comments
 (0)