63 'F16': QCoreApplication.translate( |
63 'F16': QCoreApplication.translate( |
64 'pyFlakes', |
64 'pyFlakes', |
65 "'from {0} import *' only allowed at module level"), |
65 "'from {0} import *' only allowed at module level"), |
66 'F17': QCoreApplication.translate( |
66 'F17': QCoreApplication.translate( |
67 'pyFlakes', |
67 'pyFlakes', |
68 "{0} may be undefined, or defined from star imports: {1}"), |
68 "{0!r} may be undefined, or defined from star imports: {1}"), |
69 'F18': QCoreApplication.translate( |
69 'F18': QCoreApplication.translate( |
70 'pyFlakes', |
70 'pyFlakes', |
71 "Dictionary key {0!r} repeated with different values"), |
71 "Dictionary key {0!r} repeated with different values"), |
72 'F19': QCoreApplication.translate( |
72 'F19': QCoreApplication.translate( |
73 'pyFlakes', |
73 'pyFlakes', |