Revision 6e6b6117 kamaki/clients/pithos/__init__.py

b/kamaki/clients/pithos/__init__.py
132 132
            self.container = cnt_back_up
133 133

  
134 134
    def purge_container(self, container=None):
135
        """Delete an empty container and destroy associated blocks
136
        """
135
        """Delete an empty container and destroy associated blocks"""
137 136
        cnt_back_up = self.container
138 137
        try:
139 138
            self.container = container or cnt_back_up

Also available in: Unified diff