summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-19 17:28:13 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-19 17:28:13 +0100
commitcaab2fc69b64ebffaffef4c298880c583434ec3f (patch)
treeb8e41c21be456cefbeaac19011a5b10d67b47ae8
parentfe09c31695fc58cd93acd0b1ed0e1a681a52ea29 (diff)
downloadbzr-fastimport-caab2fc69b64ebffaffef4c298880c583434ec3f.tar.gz
Clarify installation requirements for python-fastimport.
-rw-r--r--__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 61e14c6..d6a121e 100644
--- a/__init__.py
+++ b/__init__.py
@@ -90,7 +90,8 @@ def load_fastimport():
import fastimport
except ImportError, e:
from bzrlib.errors import DependencyNotPresent
- raise DependencyNotPresent("fastimport", e)
+ raise DependencyNotPresent("fastimport",
+ "bzr-fastimport requires the fasimport python module")
def test_suite():