summaryrefslogtreecommitdiffstats
path: root/kittystore/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'kittystore/import.py')
-rw-r--r--kittystore/import.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/kittystore/import.py b/kittystore/import.py
index c296c42..ab78dd6 100644
--- a/kittystore/import.py
+++ b/kittystore/import.py
@@ -241,9 +241,6 @@ def parse_args():
help="do not skip duplicate emails (same Message-ID header), "
"import them with a different Message-ID")
opts, args = parser.parse_args()
- if opts.store is None:
- parser.error("the store URL is missing (eg: "
- "sqlite:///kittystore.sqlite)")
if opts.list_name is None:
parser.error("the list name must be given on the command-line.")
if not args: