summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-27 17:05:52 -0600
committerBryan Bishop <kanzure@gmail.com>2013-01-27 17:05:52 -0600
commit22430c531e1ddcaab340a84f49c3b417df8f4f12 (patch)
tree3473a0ed64cf19493a7b31f82f439d031907d45e
parent9ef0b0bfc6e9571697efd2618ca7570fe00a44b1 (diff)
fix headers and imports in labels.py
original-commit-id: 12c06174d8af879377d5d6be35f474032316eb9b
-rw-r--r--labels.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/labels.py b/labels.py
index a25fa3f..e57c6e2 100644
--- a/labels.py
+++ b/labels.py
@@ -1,7 +1,12 @@
-""" Various label/line-related functions.
+# -*- coding: utf-8 -*-
+"""
+Various label/line-related functions.
"""
-from pointers import calculate_pointer, calculate_bank
+from pointers import (
+ calculate_pointer,
+ calculate_bank,
+)
def remove_quoted_text(line):
"""get rid of content inside quotes