r47251 - Remove reference to removed deprecated method.
adiroiban-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Fri, 15 Apr 2016 00:34:55 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: adiroiban
Date: Fri Apr 15 00:34:42 2016
New Revision: 47251
Modified:
branches/removeoldreflect-8293/twisted/persisted/styles.py
Log:
Remove reference to removed deprecated method.
Modified: branches/removeoldreflect-8293/twisted/persisted/styles.py
==============================================================================
--- branches/removeoldreflect-8293/twisted/persisted/styles.py (original)
+++ branches/removeoldreflect-8293/twisted/persisted/styles.py Fri Apr 15 00:34:42 2016
@@ -298,9 +298,6 @@
Get all of the parent classes of C{c}, not including C{c} itself, which are
strict subclasses of L{Versioned}.
- The name comes from "all your base are belong to us", from the deprecated
- L{twisted.python.reflect.allYourBase} function.
-
@param c: a class
@returns: list of classes
"""