diff options
| author | Aurélien Bompard | 2015-12-26 18:04:25 +0100 |
|---|---|---|
| committer | Aurélien Bompard | 2015-12-26 18:04:25 +0100 |
| commit | 9e3fb01ce0e1aabc5b6a4146ad763884a6864e37 (patch) | |
| tree | 7d7e993b119616fc0e025bfbab66c0e6d7d53d68 /src/mailman/model/uid.py | |
| parent | f739cda916ffdd64ed3b389c5c8b920578cc9475 (diff) | |
| download | mailman-9e3fb01ce0e1aabc5b6a4146ad763884a6864e37.tar.gz mailman-9e3fb01ce0e1aabc5b6a4146ad763884a6864e37.tar.zst mailman-9e3fb01ce0e1aabc5b6a4146ad763884a6864e37.zip | |
Diffstat (limited to 'src/mailman/model/uid.py')
| -rw-r--r-- | src/mailman/model/uid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/model/uid.py b/src/mailman/model/uid.py index 0ff22438c..40d137ee0 100644 --- a/src/mailman/model/uid.py +++ b/src/mailman/model/uid.py @@ -36,8 +36,8 @@ class UID(Model): This is used so that unique ids don't have to be tracked by each individual model object that uses them. So for example, when a user is deleted, we don't have to keep separate track of its uid to prevent it - from ever being used again. This class, hooked up to the - `UniqueIDFactory` serves that purpose. + from ever being used again. This class, hooked up to the `UIDFactory` + serves that purpose. There is no interface for this class, because it's purely an internal implementation detail. |
