diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/xmlconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/xmlconfig.py b/admin/xmlconfig.py index 1b1faf1..638e8fe 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -37,7 +37,7 @@ license_uri = 'http://www.gnu.org/copyleft/lesser.txt' # directory. All .php files in these directories will be included in # the <contents> element of the output XML and will be assigned the # role 'php'. -contents_dirs = ['../Auth'] +contents_dirs = ['../Auth', '../Services'] # Director(ies) containing package documentation. All files and # subdirectories in these directories will be included in the |