_config should be an alternative config file
authorSam Hart <criswellious@gmail.com>
Sat Apr 05 21:13:51 2008 -0400 (23 months ago)
changeset 2630e321cc07c49
parent 2629347ae6dab3b
child 2648505e3c3428e
_config should be an alternative config file
swarmlib/hive.py
       1 --- a/swarmlib/hive.py	Sat Apr 05 21:12:51 2008 -0400
       2 +++ b/swarmlib/hive.py	Sat Apr 05 21:13:51 2008 -0400
       3 @@ -55,7 +55,7 @@
       4          self.connected = False
       5          self.connection = None
       6          self._log = log
       7 -        self._config = config
       8 +        self._alt_config_file = config
       9          self._logger = log.get_logger("Hive")
      10  
      11      def init(self, force=False, ):