diff options
| author | Barry Warsaw | 2010-05-06 13:51:44 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-05-06 13:51:44 -0400 |
| commit | 21637a7d4118f3647dce4efcc61d0ba4eefbbad3 (patch) | |
| tree | 33856f08f55d13ed5c6bcc5169ca95cc255ce556 /src/mailman/commands | |
| parent | 4e2003c2bd43822eeddc03cefd163f4f9311c4bb (diff) | |
| download | mailman-21637a7d4118f3647dce4efcc61d0ba4eefbbad3.tar.gz mailman-21637a7d4118f3647dce4efcc61d0ba4eefbbad3.tar.zst mailman-21637a7d4118f3647dce4efcc61d0ba4eefbbad3.zip | |
Diffstat (limited to 'src/mailman/commands')
| -rw-r--r-- | src/mailman/commands/cli_import.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_import.py b/src/mailman/commands/cli_import.py index 75a119a77..5ee7eb06c 100644 --- a/src/mailman/commands/cli_import.py +++ b/src/mailman/commands/cli_import.py @@ -94,6 +94,6 @@ class Import21: 'Ignoring non-dictionary: {0!r}').format( config_dict) continue - import_config_pck(mlist, config_dict, args) + import_config_pck(mlist, config_dict) # Commit the changes to the database. config.db.commit() |
