OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2011 - 2014 | 2 * Copyright 2011 - 2014 |
3 * Andr\xe9 Malo or his licensors, as applicable | 3 * Andr\xe9 Malo or his licensors, as applicable |
4 * | 4 * |
5 * Licensed under the Apache License, Version 2.0 (the "License"); | 5 * Licensed under the Apache License, Version 2.0 (the "License"); |
6 * you may not use this file except in compliance with the License. | 6 * you may not use this file except in compliance with the License. |
7 * You may obtain a copy of the License at | 7 * You may obtain a copy of the License at |
8 * | 8 * |
9 * http://www.apache.org/licenses/LICENSE-2.0 | 9 * http://www.apache.org/licenses/LICENSE-2.0 |
10 * | 10 * |
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1154 if (!(m = EXT_CREATE(&EXT_DEFINE_VAR))) | 1154 if (!(m = EXT_CREATE(&EXT_DEFINE_VAR))) |
1155 EXT_INIT_ERROR(NULL); | 1155 EXT_INIT_ERROR(NULL); |
1156 | 1156 |
1157 EXT_ADD_UNICODE(m, "__author__", "Andr\xe9 Malo", "latin-1"); | 1157 EXT_ADD_UNICODE(m, "__author__", "Andr\xe9 Malo", "latin-1"); |
1158 EXT_ADD_STRING(m, "__docformat__", "restructuredtext en"); | 1158 EXT_ADD_STRING(m, "__docformat__", "restructuredtext en"); |
1159 | 1159 |
1160 EXT_INIT_RETURN(m); | 1160 EXT_INIT_RETURN(m); |
1161 } | 1161 } |
1162 | 1162 |
1163 /* ------------------------- END MODULE DEFINITION ------------------------- */ | 1163 /* ------------------------- END MODULE DEFINITION ------------------------- */ |
OLD | NEW |