cleanup
authorSylvain Thenault <sylvain.thenault@logilab.fr>
Thu, 08 Jan 2009 10:50:30 +0100
changeset 367 2c0d00b40387
parent 366 6d73bb2e9f6a
child 368 84a5106840fa
cleanup
common/selectors.py
--- a/common/selectors.py	Thu Jan 08 10:50:27 2009 +0100
+++ b/common/selectors.py	Thu Jan 08 10:50:30 2009 +0100
@@ -551,6 +551,3 @@
 searchstate_accept_one_but_etype = chainall(searchstate_accept_one, but_etype)
 searchstate_accept_one_but_etype_selector = deprecated_function(
     searchstate_accept_one_but_etype)
-
-#__all__ = [name for name in globals().keys() if name.endswith('selector')]
-#__all__ += ['chainall', 'chainfirst']