We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e3dee commit 0b4e57dCopy full SHA for 0b4e57d
buffer.py
@@ -19,8 +19,8 @@
19
# You should have received a copy of the GNU General Public License
20
# along with this program. If not, see <http://www.gnu.org/licenses/>.
21
22
-from PyQt5.QtCore import QUrl, pyqtSlot
23
-from PyQt5.QtGui import QColor
+from PyQt6.QtCore import QUrl, pyqtSlot
+from PyQt6.QtGui import QColor
24
from core.utils import (touch, interactive, is_port_in_use,
25
eval_in_emacs, get_emacs_func_result,
26
message_to_emacs, set_emacs_var,
0 commit comments