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 | b27e54750928818c8f96edbb48b5f4817bd27ef2 (patch) | |
tree | 03577e22961fad5d726028c16097a40ed545d378 /labels.py | |
parent | 8fe39c647bb50bb53fe28f8e9f38f7dcae8eb183 (diff) |
more de-dependency-looping
original-commit-id: 1342ab67db4301563d317722d04fab9473411fda
Diffstat (limited to 'labels.py')
-rw-r--r-- | labels.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |