def load_mongo(self): self.mongo_conn = pymongo.Connection('localhost', 27017) self.mongo_db = self.mongo_conn[mongo_db_name(self.base_fname)]