summaryrefslogtreecommitdiff
path: root/labels.py
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2013-02-02 23:13:32 +0100
committerSanky <gsanky@gmail.com>2013-02-02 23:20:50 +0100
commit4089cf486d83d78fddaab98316952e1bbeaafd47 (patch)
treef2721b81775a3e450e1a301a4679c9d6159c22b3 /labels.py
parent43546fd07ac588be694c697873a642c5a2cc8c1d (diff)
parent1e893fae740cd9f82ead9adcb6f5c1ccb1c6090b (diff)
Merge https://github.com/kanzure/pokecrystal
Conflicts: constants.asm extras/crystal.py main.asm original-commit-id: 7df002c3e20f1b728b1d29a877c3731d4867f502
Diffstat (limited to 'labels.py')
-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