diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-06-20 01:42:33 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-06-20 01:42:33 -0500 |
commit | 1342ab67db4301563d317722d04fab9473411fda (patch) | |
tree | 453ed42784e79e626955b1da216567dc8e8aa845 /extras/labels.py | |
parent | ca07f1d64c0235b49160fc501553a70af8331d81 (diff) |
more de-dependency-looping
Diffstat (limited to 'extras/labels.py')
-rw-r--r-- | extras/labels.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/labels.py b/extras/labels.py index 193ca24cb..a25fa3fd8 100644 --- a/extras/labels.py +++ b/extras/labels.py @@ -1,7 +1,7 @@ """ Various label/line-related functions. """ -from pointers import calculate_pointer +from pointers import calculate_pointer, calculate_bank def remove_quoted_text(line): """get rid of content inside quotes |