Import the RequiresRoot error and make note to replace this at some point

This commit is contained in:
Rob Crittenden
2009-04-22 14:30:05 -04:00
parent 7d0bd4b895
commit 298d5fbce4
2 changed files with 4 additions and 1 deletions

3
TODO
View File

@@ -84,6 +84,9 @@ Command Line interface:
* Add a file option so an argument may be read from a file. This is needed
for cert-request to pass along the CSR.
* Replace RequiresRoot() with more fine-grained control based on the
files that need to be read/written
Improve ease of plugin writting
- make "from ipalib import *" import everything a plugin writter will need

View File

@@ -28,7 +28,7 @@ from plugable import lock, check_name
from parameters import create_param, Param, Str, Flag, Password
from util import make_repr
from errors import ZeroArgumentError, MaxArgumentError, OverlapError
from errors import ZeroArgumentError, MaxArgumentError, OverlapError, RequiresRoot
from constants import TYPE_ERROR