diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-04-27 22:32:24 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-04-27 22:32:24 +0000 |
commit | 55c753bf28e3cd02e0e5f28386c79b52399aa6a1 (patch) | |
tree | 092f4fd4ed0a62c08e8f936992bfa0762490882f | |
parent | Version bump (diff) | |
download | webapp-config-55c753bf28e3cd02e0e5f28386c79b52399aa6a1.tar.gz webapp-config-55c753bf28e3cd02e0e5f28386c79b52399aa6a1.tar.bz2 webapp-config-55c753bf28e3cd02e0e5f28386c79b52399aa6a1.zip |
Fixed doc test.
svn path=/trunk/webapp-config/; revision=45
-rw-r--r-- | WebappConfig/ebuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/ebuild.py b/WebappConfig/ebuild.py index 1946370..ee09cb4 100644 --- a/WebappConfig/ebuild.py +++ b/WebappConfig/ebuild.py @@ -82,7 +82,7 @@ class Ebuild: >>> basic = Basic({'source': '', 'destination': '', 'hostroot': '', 'vhostroot':''}, ... config.create_permissions(), ... {'source':'','content':'','protect':'','dotconfig':'','ebuild':'','db':''}, - ... {'verbose':False,'pretend':True}) + ... {'verbose':False,'pretend':True}, 'portage') >>> a.run_hooks('test', basic) The same on a directory that misses a hook dir: |