diff options
Diffstat (limited to 'libbe/command')
-rw-r--r-- | libbe/command/import_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py index 287d8b7..a890669 100644 --- a/libbe/command/import_xml.py +++ b/libbe/command/import_xml.py @@ -159,7 +159,7 @@ class Import_XML (libbe.command.Command): accept_comments = True if len(root_comments) > 0: if croot_bug == None: - raise UserError( + raise libbe.command.UserError( '--comment-root option is required for your root comments:\n%s' % '\n\n'.join([c.string() for c in root_comments])) try: |