Changes

From Gramps

Programming guidelines

7 bytes added, 05:34, 2 January 2015
Imports
Within a submodule, only relative imports are allowed of the own submodule (so starting with . or with a module of the own directory), and absolute imports of other submodules (so starting with <code>gramps.</code>)
'''{{man note|Important''': |files in the gen submodule are '''not''' allowed to import files from the other submodules. So <code>gen</code> should be self-contained.}}
== Class headers ==

Navigation menu