src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/ImportsEnums.py

branch
eric7
changeset 9480
107aca8932ac
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
equal deleted inserted replaced
9479:b4dff37325de 9480:107aca8932ac
19 Class representing the various import groups. 19 Class representing the various import groups.
20 """ 20 """
21 21
22 FUTURE = 1 22 FUTURE = 1
23 STDLIB = 2 23 STDLIB = 2
24 THIRD_PARTY = 3 24 THIRDPARTY = 3
25 APPLICATION = 4 25 FIRSTPARTY = 4
26 LOCALPATH = 5
26 27
27 28
28 class NodeTypeEnum(enum.IntEnum): 29 class NodeTypeEnum(enum.IntEnum):
29 """ 30 """
30 Class representing the import node types. 31 Class representing the import node types.

eric ide

mercurial