remove Multiton

This commit is contained in:
Dominik Liebler
2019-12-14 13:55:04 +01:00
parent 579a5ac946
commit 62e6f5dbc8
26 changed files with 18 additions and 757 deletions

View File

@@ -14,8 +14,7 @@ Examples
--------
- DB Connector
- Logger (may also be a Multiton if there are many log files for
several purposes)
- Logger
- Lock file for the application (there is only one in the filesystem
...)