Author: adc Date: Mon Feb 17 18:32:54 2014 New Revision: 1569075 URL: http://svn.apache.org/r1569075 Log: Removed unused member variables.
Modified: labs/panopticon/src/asf/cli.py Modified: labs/panopticon/src/asf/cli.py URL: http://svn.apache.org/viewvc/labs/panopticon/src/asf/cli.py?rev=1569075&r1=1569074&r2=1569075&view=diff ============================================================================== --- labs/panopticon/src/asf/cli.py (original) +++ labs/panopticon/src/asf/cli.py Mon Feb 17 18:32:54 2014 @@ -187,19 +187,12 @@ class CLI(object): # Defaults to use only when there are no other arguments. self.argument_defaults = None - # Flag to determine if it should attempt to send stats or not. - self.should_send_stats = False - # Flag to determine if we should parse the --config file. self.should_parse_config = False - # Should we include standard documentation links - self.should_use_default_wiki_location_for_docstring = False - # Should we process the username and passwords self.use_username_password_store = None - def add_argument(self, *args, **kwargs): """ Add a command line argument. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@labs.apache.org For additional commands, e-mail: commits-h...@labs.apache.org