Skip to content

Commit

Permalink
Port to PyQt6
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Mar 29, 2022
1 parent 8f99613 commit 2b335b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from PyQt5 import QtCore
from PyQt5.QtGui import QColor
from PyQt5.QtCore import QThread
from PyQt6 import QtCore
from PyQt6.QtGui import QColor
from PyQt6.QtCore import QThread
from core.webengine import BrowserBuffer
from core.utils import get_emacs_func_result, get_emacs_var, PostGui, message_to_emacs, eval_in_emacs
from pygit2 import (Repository, GIT_SORT_TOPOLOGICAL,
Expand Down

0 comments on commit 2b335b7

Please sign in to comment.