Merge "Unused pretty printer cleanup"

This commit is contained in:
Jenkins 2015-05-22 22:16:50 +00:00 committed by Gerrit Code Review
commit 348540ea27
1 changed files with 0 additions and 4 deletions

View File

@ -12,13 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import pprint
class Node():
def __init__(self, rPath=[], results=set()):
self.pp = pprint.PrettyPrinter(indent=1)
self.destinations = set()
self.results = results