summaryrefslogtreecommitdiff
path: root/rdflib/namespace/_DCAM.py
Commit message (Collapse)AuthorAgeFilesLines
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-1/+1
| | | | for more information, see https://pre-commit.ci
* blacked everything6.0.0Nicholas Car2021-07-201-3/+4
|
* fix docc build warnings #2Nicholas Car2021-07-151-4/+2
|
* Make these namespaces behave like ClosedNamespaceEdmond Chuc2021-07-141-0/+1
|
* Refactor - module names don't match class nameshsolbrig2020-05-261-0/+24
For some reason the sequence of processing is different in Travis than in PyCharm. Changing the module names eliminates any possibility of confusion. Also fixed a number of warnings, whines and general unhappiness in the build process.