Skip to content

Commit 0b4e57d

Browse files
Port to PyQt6
1 parent 89e3dee commit 0b4e57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buffer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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.QtCore import QUrl, pyqtSlot
23-
from PyQt5.QtGui import QColor
22+
from PyQt6.QtCore import QUrl, pyqtSlot
23+
from PyQt6.QtGui import QColor
2424
from core.utils import (touch, interactive, is_port_in_use,
2525
eval_in_emacs, get_emacs_func_result,
2626
message_to_emacs, set_emacs_var,

0 commit comments

Comments
 (0)