delete mds set

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@827 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-02-23 21:59:21 +00:00
parent 5499be052a
commit db5ce7fd85
2 changed files with 1 additions and 10 deletions

View File

@ -1,9 +0,0 @@
# Mamdriva Directory Server
app-admin/mmc-agent
app-admin/mmc-web-base
app-admin/mmc-web-kerberos
app-admin/mmc-web-mail
app-admin/mmc-web-network
app-admin/mmc-web-proxy
app-admin/mmc-web-samba

View File

@ -120,7 +120,7 @@ diff -Naur trac-acct_mgr-0.2.1.orig/acct_mgr/web_ui.py trac-acct_mgr-0.2.1/acct_
"""
from pkg_resources import resource_filename
- return [resource_filename(__name__, 'templates')]
+ return [resource_filename(__name__, 'templates')]
+ return [resource_filename(__name__, 'templates')]
def if_enabled(func):