diff options
author | Petr Viktorin <pviktori@redhat.com> | 2013-01-16 10:26:37 -0500 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2014-02-21 11:58:00 +0100 |
commit | eef5acd9d73c81133969521ed9fc7e82d5f180ab (patch) | |
tree | 49a72ae985acf73a43d8da630b5156e9ca2a9535 /doc | |
parent | 9a8f44c09e0e78550b126235240214e7b11af081 (diff) | |
download | freeipa-eef5acd9d73c81133969521ed9fc7e82d5f180ab.tar.gz freeipa-eef5acd9d73c81133969521ed9fc7e82d5f180ab.tar.xz freeipa-eef5acd9d73c81133969521ed9fc7e82d5f180ab.zip |
Remove the unused ipalib.frontend.Property class
This class was built into the framework from its early days but it's
not used anywhere.
Remove it along with its tests
https://fedorahosted.org/freeipa/ticket/3460
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/guide.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide/guide.org b/doc/guide/guide.org index bca7b34fa..ad0c5953a 100644 --- a/doc/guide/guide.org +++ b/doc/guide/guide.org @@ -91,7 +91,7 @@ directly associated objects and may perform actions over few of those. Objects a using data store represented by a back end, and one of most useful back ends is LDAP store back end. -Altogether, set of =Object=, =Property=, =Method=, =Command=, and =Backend= instances +Altogether, set of =Object=, =Method=, =Command=, and =Backend= instances represent application programming interface, API, of FreeIPA core framework. In Python programming language object oriented support is implemented using a fairly |