diff options
| author | Abhilash Raj | 2014-09-19 22:41:56 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2014-09-19 22:41:56 +0530 |
| commit | c339f06cca6ddf1d28cde2614a94c2a0c905957a (patch) | |
| tree | 89682556800053817cb61f2a7b039f39dd7ddd39 /src/mailman/model/uid.py | |
| parent | 6dd2ac32ee1f1e8f588c08fd5363f0f794d0a6b1 (diff) | |
| download | mailman-c339f06cca6ddf1d28cde2614a94c2a0c905957a.tar.gz mailman-c339f06cca6ddf1d28cde2614a94c2a0c905957a.tar.zst mailman-c339f06cca6ddf1d28cde2614a94c2a0c905957a.zip | |
Diffstat (limited to 'src/mailman/model/uid.py')
| -rw-r--r-- | src/mailman/model/uid.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/model/uid.py b/src/mailman/model/uid.py index 6486089fa..77f1b59bb 100644 --- a/src/mailman/model/uid.py +++ b/src/mailman/model/uid.py @@ -54,7 +54,6 @@ class UID(Model): @dbconnection def __init__(self, store, uid): - super(UID, self).__init__() self.uid = uid store.add(self) |
