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 a9fc419 commit 5ec18e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 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.QtCore import QTimer
from PyQt6.QtCore import QTimer
from core.utils import PostGui, get_free_port, interactive, eval_in_emacs, message_to_emacs, get_emacs_vars, get_app_dark_mode
from core.webengine import BrowserBuffer
import json
Expand Down

0 comments on commit 5ec18e2

Please sign in to comment.