PEP8'd helpers, history, page.py

This commit is contained in:
Lawrence Vanderpool
2015-06-08 06:46:27 -04:00
parent 4cd5bc0ef9
commit 764684eb53
3 changed files with 7 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ def save_history(history):
# Ignore unicode URLS, may want to handle this at some point
continue
class OrderedSet(object):
"""
A simple implementation of an ordered set. A set is used to check