aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/import_xml.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-23 11:10:45 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-23 11:10:45 -0500
commit3b0f1436ce39ff7cfc2782ea4aa327d50736805d (patch)
treea2924124daad5042833784900462e13df975e29c /libbe/command/import_xml.py
parent14a4615880dacca1b96585fd9620d96a8cc46873 (diff)
downloadbugseverywhere-3b0f1436ce39ff7cfc2782ea4aa327d50736805d.tar.gz
Fix typos in untested parts of List and Import_XML for test_usage.py
Diffstat (limited to 'libbe/command/import_xml.py')
-rw-r--r--libbe/command/import_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py
index 598ecb8..287d8b7 100644
--- a/libbe/command/import_xml.py
+++ b/libbe/command/import_xml.py
@@ -115,7 +115,7 @@ class Import_XML (libbe.command.Command):
if params['xml-file'] == '-':
xml = self.stdin.read().encode(self.stdin.encoding)
else:
- self._check_restricted_access(storage, params['xml-file'])
+ self._check_restricted_access(bugdir.storage, params['xml-file'])
xml = libbe.util.encoding.get_file_contents(
params['xml-file'])