PluginApis.py

branch
eric7
changeset 59
df5866fce885
parent 57
67e7ac09e569
child 60
c82fc89e80e4
equal deleted inserted replaced
58:319eebb00f26 59:df5866fce885
5 5
6 """ 6 """
7 Module implementing the APIs plugin. 7 Module implementing the APIs plugin.
8 """ 8 """
9 9
10 import glob
10 import os 11 import os
11 import glob
12 12
13 from PyQt6.QtCore import QObject 13 from PyQt6.QtCore import QObject
14 14
15 # Start-of-Header 15 # Start-of-Header
16 name = "APIs Plugin" 16 name = "APIs Plugin"

eric ide

mercurial