diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2010-01-08 02:09:20 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2010-01-16 19:53:49 +1300 | 
| commit | 28577aae928847e64a0274b5922e26e1f15d9916 (patch) | |
| tree | 78f6b36e8166d3320120df0e1bc91fef7ce8f9b1 /source4/scripting/python | |
| parent | b6b46b4978dcaffa0cd9803c43b8a5f1c19e227e (diff) | |
| download | samba-28577aae928847e64a0274b5922e26e1f15d9916.tar.gz samba-28577aae928847e64a0274b5922e26e1f15d9916.tar.bz2 samba-28577aae928847e64a0274b5922e26e1f15d9916.zip  | |
Import testtools as well, required for subunit.
Diffstat (limited to 'source4/scripting/python')
| -rw-r--r-- | source4/scripting/python/config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index a5e3f25d59..3d255de00e 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -30,6 +30,6 @@ $(eval $(foreach pyfile, $(_PY_FILES),$(call python_py_module_template,$(patsubs  EPYDOC_OPTIONS = --no-private --url http://www.samba.org/ --no-sourcecode  epydoc:: pythonmods -	PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit +	PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit testtools  install:: installpython  | 
