203:07abb6af9048 | 204:ef2a6680ad2a |
---|---|
61 else: | 61 else: |
62 apis = [] | 62 apis = [] |
63 return apis | 63 return apis |
64 | 64 |
65 | 65 |
66 def createDjangoPage(configDlg): # noqa: U100 | 66 def createDjangoPage(configDlg): # noqa: U-100 |
67 """ | 67 """ |
68 Module function to create the Django configuration page. | 68 Module function to create the Django configuration page. |
69 | 69 |
70 @param configDlg reference to the configuration dialog | 70 @param configDlg reference to the configuration dialog |
71 @type ConfigurationWidget | 71 @type ConfigurationWidget |
472 else: | 472 else: |
473 return [] | 473 return [] |
474 | 474 |
475 | 475 |
476 # | 476 # |
477 # eflag: noqa = M801, U200 | 477 # eflag: noqa = M-801, U-200 |