summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcogitokat <katherinej.harrison@gmail.com>2013-06-23 14:12:03 -0300
committercogitokat <katherinej.harrison@gmail.com>2013-06-23 14:12:03 -0300
commit96c43c7e01f700e37b02a7638354dd01d48c9c56 (patch)
tree131441cd94905889861f295e73012f0cb61d2bee
parent5efb29460e7efa651c17383bf0767a22bc9b066a (diff)
Change bad indents in extras/gfx.py
original-commit-id: 60b52a8cf0ab9714419796a981b85992930f3d31
-rw-r--r--gfx.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/gfx.py b/gfx.py
index b76f1df..634dde0 100644
--- a/gfx.py
+++ b/gfx.py
@@ -28,7 +28,7 @@ def mkdir_p(path):
def hex_dump(input, debug = True):
- """
+ """
Display hex dump in rows of 16 bytes.
"""
@@ -328,7 +328,8 @@ class Compressed:
Works, but doesn't do flipped/reversed streams yet.
This takes up most of the compress time and only saves a few bytes
- it might be more feasible to exclude it entirely."""
+ it might be more feasible to exclude it entirely.
+ """
self.repeats = []
self.flips = []