src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
14 # Original Copyright 2020 CMCRC (devcdt@cmcrc.com) 14 # Original Copyright 2020 CMCRC (devcdt@cmcrc.com)
15 # 15 #
16 # Original License: GPLv3 16 # Original License: GPLv3
17 # 17 #
18 18
19 from collections import Counter
20 import math 19 import math
21 import re 20 import re
22 import string 21 import string
22
23 from collections import Counter
23 24
24 25
25 def getChecks(): 26 def getChecks():
26 """ 27 """
27 Public method to get a dictionary with checks handled by this module. 28 Public method to get a dictionary with checks handled by this module.

eric ide

mercurial