diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 17:05:52 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 17:05:52 -0600 |
commit | 12c06174d8af879377d5d6be35f474032316eb9b (patch) | |
tree | b2f0b504ab05a696a37f859c6a70cd005ca9bec1 /extras/labels.py | |
parent | 47a828c1dcdb3fa1b9655bb4e3f618afe4fe14cc (diff) |
fix headers and imports in labels.py
Diffstat (limited to 'extras/labels.py')
-rw-r--r-- | extras/labels.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/extras/labels.py b/extras/labels.py index a25fa3fd8..e57c6e2f3 100644 --- a/extras/labels.py +++ b/extras/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 |