Skip to content

Commit

Permalink
Correção de falha com include
Browse files Browse the repository at this point in the history
  • Loading branch information
ehcelino committed Feb 23, 2023
1 parent 8e0be0f commit bec97ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from PyQt5.uic import loadUi
from PyQt5.QtPrintSupport import QPrintDialog, QPrintPreviewDialog, QPrinter
import sys, os, sqlite3
import win32api
import winreg

from main import Ui_MainWindow
Expand Down Expand Up @@ -948,9 +947,6 @@ def paste_as_html(self):
# for filename in filenames:
# self.add_recent_filename(filename)

import win32api
import winreg

def is_font_installed(self, font_name):
try:
# Check HKEY_LOCAL_MACHINE
Expand Down

0 comments on commit bec97ad

Please sign in to comment.