diff options
| -rwxr-xr-x | pym/gentoolkit/imlate/imlate.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pym/gentoolkit/imlate/imlate.py b/pym/gentoolkit/imlate/imlate.py index 87b8ef1..b553849 100755 --- a/pym/gentoolkit/imlate/imlate.py +++ b/pym/gentoolkit/imlate/imlate.py @@ -521,10 +521,6 @@ def main(): default=None, ) - # # EXPERIMENTAL - # parser.add_option( "-e", "--experimental", dest = "experimental", action = "store_true", default = False, - # help = "enables experimental functions/features (have a look for # EXPERIMENTAL comments in the source) [default: %default]" ) - parser.add_option( "-C", "--category", @@ -577,7 +573,6 @@ def main(): conf["STABLE"] = options.stable conf["KEYWORD"] = options.keyword - # conf["EXPERIMENTAL"] = options.experimental conf["CATEGORIES"] = options.categories conf["MAINTAINER"] = options.maintainer |
