shithub: pokecrystal

Download patch

ref: 12c06174d8af879377d5d6be35f474032316eb9b
parent: 47a828c1dcdb3fa1b9655bb4e3f618afe4fe14cc
author: Bryan Bishop <[email protected]>
date: Sun Jan 27 12:05:52 EST 2013

fix headers and imports in labels.py

--- 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