From: Valtteri Kokkoniemi <[email protected]>

---
 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 bd25372..b4da2fd 100644
--- a/libbe/command/import_xml.py
+++ b/libbe/command/import_xml.py
@@ -184,7 +184,7 @@ class Import_XML (libbe.command.Command):
             except KeyError:
                 old = None
             if old == None:
-                bd.append(new)
+                bugdir.append(new)
             else:
                 old.load_comments(load_full=True)
                 old.merge(new, accept_changes=accept_changes,
-- 
Chris Ball   <[email protected]>   <http://printf.net/>
One Laptop Per Child

_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to