summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/londiste/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/londiste/setup.py b/python/londiste/setup.py
index 866945b2..d5e6d141 100644
--- a/python/londiste/setup.py
+++ b/python/londiste/setup.py
@@ -441,9 +441,9 @@ class LondisteSetup(CascadeAdmin):
source_node = self.options.copy_node
m = self.queue_info.get_member(source_node)
if not m:
- raise UsageError("Cannot find node <%s>", source_node)
+ raise skytools.UsageError("Cannot find node <%s>", source_node)
if source_node == self.local_node:
- raise UsageError("Cannot use itself as provider")
+ raise skytools.UsageError("Cannot use itself as provider")
self.provider_location = m.location
if not self.provider_location: